Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
annarhughes committed Dec 20, 2023
1 parent 28c52ae commit d005ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/puppeteerLogin.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ async function login(page) {
await page.goto('https://bloom-frontend-git-develop-chaynhq.vercel.app/auth/login');
await page.waitForSelector('input[type="email"]', { visible: true });

await page.type('input[id="email"]', process.env.USER_EMAIL);
await page.type('input[id="test"]', process.env.USER_EMAIL);
await page.type('input[id="password"]', process.env.USER_PASSWORD);
await page.click('[type="submit"]');
await page.waitForSelector('input[type="email"]', { visible: false });
Expand Down

0 comments on commit d005ccd

Please sign in to comment.