Compare commits
1 Commits
719b7928e6
..
v0.1.9
| Author | SHA1 | Date | |
|---|---|---|---|
| 48730fcf26 |
@@ -1,3 +1,9 @@
|
|||||||
|
## [0.1.9] - 2026-04-27
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- test: remove migrated Playwright tests (epic3-rankings, home-page)
|
||||||
|
|
||||||
## [0.1.8] - 2026-04-27
|
## [0.1.8] - 2026-04-27
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -29,12 +29,6 @@ Given('I am on the login page', async function () {
|
|||||||
await world.page.waitForLoadState('domcontentloaded');
|
await world.page.waitForLoadState('domcontentloaded');
|
||||||
});
|
});
|
||||||
|
|
||||||
Given('I am on the password reset page', async function () {
|
|
||||||
console.log('🌍 Navigating to password reset page');
|
|
||||||
await world.page.goto(`${world.baseURL}/auth/password-reset`);
|
|
||||||
await world.page.waitForLoadState('domcontentloaded');
|
|
||||||
});
|
|
||||||
|
|
||||||
Given('I am on the {string} page', async function (pageName: string) {
|
Given('I am on the {string} page', async function (pageName: string) {
|
||||||
const pageUrls: Record<string, string> = {
|
const pageUrls: Record<string, string> = {
|
||||||
'home': '/',
|
'home': '/',
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "euchre_camp",
|
"name": "euchre_camp",
|
||||||
"version": "0.1.8",
|
"version": "0.1.9",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "NEXT_PUBLIC_GIT_COMMIT=$(git rev-parse --short HEAD) next dev",
|
"dev": "NEXT_PUBLIC_GIT_COMMIT=$(git rev-parse --short HEAD) next dev",
|
||||||
|
|||||||
Reference in New Issue
Block a user