Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
hsc-nue committed Sep 29, 2023
1 parent 876232a commit 6ca8cc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e/test-2.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ test('Login link', async ({ page }) => {
await page.goto("https://kind-pear-cowboy-boots.cyclic.app/login");
await page.locator('input[name="email"]').click();
await page.locator('input[name="email"]').fill(process.env.PLAYWRIGHT_USER!);
console.log("process.env.PLAYWRIGHT_USER!", process.env.PLAYWRIGHT_USER!);
await page.locator('input[name="email"]').press("Tab");
await page
.locator('input[name="password"]')
Expand Down

0 comments on commit 6ca8cc5

Please sign in to comment.