@@ -227,14 +227,14 @@ export function getPasswordlessTestCases({ authRecipe, logId, generalErrorRecipe
227227 await setInputValues ( page , [ { name : inputNameEmail , value : unregEmail } ] ) ;
228228 await submitForm ( page ) ;
229229
230- await waitForSTElement ( page , "[data-supertokens~=continueWithSupertokensLink ]" ) ;
230+ await waitForSTElement ( page , "[data-supertokens~=continueWithPasswordlessLink ]" ) ;
231231 await waitForSTElement ( page , "[data-supertokens~=input-password]" ) ;
232232
233233 const changeButton = await waitForSTElement ( page , "[data-supertokens~=contactMethodSwitcher]" ) ;
234234 await changeButton . click ( ) ;
235235
236236 await waitForSTElement ( page , "[data-supertokens~=input-password]" , true ) ;
237- await waitForSTElement ( page , "[data-supertokens~=continueWithSupertokensLink ]" , true ) ;
237+ await waitForSTElement ( page , "[data-supertokens~=continueWithPasswordlessLink ]" , true ) ;
238238
239239 await setInputValues ( page , [ { name : inputNamePhone , value : examplePhoneNumber } ] ) ;
240240 await submitForm ( page ) ;
@@ -260,7 +260,7 @@ export function getPasswordlessTestCases({ authRecipe, logId, generalErrorRecipe
260260 await setInputValues ( page , [ { name : inputNameEmail , value : registeredEmailWithPass } ] ) ;
261261 await submitForm ( page ) ;
262262 await setInputValues ( page , [ { name : "password" , value : "Asdf12.." } ] ) ;
263- await waitForSTElement ( page , "[data-supertokens~=continueWithSupertokensLink ]" , true ) ;
263+ await waitForSTElement ( page , "[data-supertokens~=continueWithPasswordlessLink ]" , true ) ;
264264 await submitForm ( page ) ;
265265
266266 await page . waitForSelector ( ".sessionInfo-user-id" ) ;
0 commit comments