Skip to content

Commit 1b5da71

Browse files
author
Guru
committed
fix: logs
1 parent fefc5ee commit 1b5da71

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

demo/redirect-flow-example/e2e/test.spec.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ test('login with email password less and enable MFA using password', async ({ pa
1212
const fixedEmail = "[email protected]";
1313
const tag = fixedEmail.split("@")[0].split(".")[1];
1414
const timestamp= Math.floor(Date.now() / 1000);
15-
console.log({testEmailAppApiKey});
1615
await page.goto('http://localhost:5173/');
1716
await page.getByRole('textbox', { name: 'E.g. [email protected]' }).click();
1817
await page.getByRole('textbox', { name: 'E.g. [email protected]' }).fill(fixedEmail);
@@ -23,7 +22,6 @@ test('login with email password less and enable MFA using password', async ({ pa
2322

2423
await delay(4000);
2524
const ENDPOINT = `https://api.testmail.app/api/json?apikey=${testEmailAppApiKey}&namespace=kelg8&tag=${tag}&livequery=true&timestamp_from=${timestamp}`;
26-
console.log({ENDPOINT});
2725
const res = await axios.get(`${ENDPOINT}`);
2826
const inbox = await res.data;
2927
// const verificationCodeMatch = inbox.emails[0].html.match(/<span[^>]*font-weight: 600[^>]*>(\d+)<\/span>/);

0 commit comments

Comments
 (0)