We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5861ee commit f24d8e0Copy full SHA for f24d8e0
e2e/page-objects/example.page.ts
@@ -9,7 +9,7 @@ export abstract class ExamplePage extends AppPage {
9
10
async assertSignedOut(): Promise<void> {
11
const button = this.page.locator('button', {
12
- hasText: this.callToActions.internet_identity.continue
+ hasText: this.callToActions.login
13
});
14
await expect(button).toBeVisible();
15
}
0 commit comments