Skip to content

Commit ff886b3

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

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ test('MFA login with password and email-passwordless and sign message', async ({
5757
// wait for mailbox to receive email
5858
await delay(4000);
5959
const ENDPOINT = `https://api.testmail.app/api/json?apikey=${testEmailAppApiKey}&namespace=kelg8&tag=${tag}&livequery=true&timestamp_from=${timestamp}`;
60-
console.log({ENDPOINT});
6160
const res = await axios.get(`${ENDPOINT}`);
6261
const inbox = await res.data;
6362
const verificationCode = inbox.emails[0].html.match(/<span[^>]*style\s*=\s*["'][^"']*font-size\s*:\s*40px[^"']*["'][^>]*>\s*(\d+)\s*<\/span>/i)[1];
@@ -104,7 +103,6 @@ test('login with email password-less,enable recovery phrase logout and recover u
104103

105104
await delay(4000);
106105
const ENDPOINT = `https://api.testmail.app/api/json?apikey=${testEmailAppApiKey}&namespace=kelg8&tag=${tag}&livequery=true&timestamp_from=${timestamp}`;
107-
console.log({ENDPOINT});
108106
const res = await axios.get(`${ENDPOINT}`);
109107
const inbox = await res.data;
110108
// const verificationCodeMatch = inbox.emails[0].html.match(/<span[^>]*font-weight: 600[^>]*>(\d+)<\/span>/);
@@ -137,7 +135,6 @@ test('login with email password-less,enable recovery phrase logout and recover u
137135
const page2Promise = page.waitForEvent('popup');
138136
const page2 = await page2Promise;
139137
await delay(4000);
140-
console.log({ENDPOINT});
141138
const res2 = await axios.get(`${ENDPOINT}`);
142139
const inbox2 = await res2.data;
143140
// const verificationCodeMatch = inbox.emails[0].html.match(/<span[^>]*font-weight: 600[^>]*>(\d+)<\/span>/);

0 commit comments

Comments
 (0)