@@ -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×tamp_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 ( / < s p a n [ ^ > ] * s t y l e \s * = \s * [ " ' ] [ ^ " ' ] * f o n t - s i z e \s * : \s * 4 0 p x [ ^ " ' ] * [ " ' ] [ ^ > ] * > \s * ( \d + ) \s * < \/ s p a n > / 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×tamp_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