Skip to content

Commit f1034f0

Browse files
committed
refactor: 💡 addressing comments
✅ Closes: https://hashicorp.atlassian.net/browse/ICU-17174
1 parent 81840c0 commit f1034f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎e2e-tests/admin/pages/aliases.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export class AliasesPage extends BaseResourcePage {
2121
await this.page
2222
.getByRole('link', { name: `Back to ${orgName}`, exact: true })
2323
.click();
24-
await this.page.getByRole('link', { name: 'Orgs' }).click();
24+
await this.page.getByRole('link', { name: 'Back to Global' }).click();
2525
await this.page.getByRole('link', { name: 'Aliases' }).click();
2626
await expect(
2727
this.page

0 commit comments

Comments
 (0)