Skip to content

Commit f24d8e0

Browse files
test: selector
Signed-off-by: David Dal Busco <david.dalbusco@outlook.com>
1 parent c5861ee commit f24d8e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/page-objects/example.page.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export abstract class ExamplePage extends AppPage {
99

1010
async assertSignedOut(): Promise<void> {
1111
const button = this.page.locator('button', {
12-
hasText: this.callToActions.internet_identity.continue
12+
hasText: this.callToActions.login
1313
});
1414
await expect(button).toBeVisible();
1515
}

0 commit comments

Comments
 (0)