We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fc1bef commit b87a988Copy full SHA for b87a988
1 file changed
packages/tests-e2e/src/connect/models/BaseModel.ts
@@ -70,7 +70,6 @@ export class BaseModel {
70
await this.expectScreen(ScreenNames.PasskeyAppended);
71
await this.append.confirmAppended();
72
} else {
73
- // todo: figure out how to wait until continue button no longer has loading sign
74
await this.signup.autoAppendPasskey(false);
75
await this.expectScreen(ScreenNames.PasskeyAppend);
76
await this.append.skipAppend();
0 commit comments