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 accf9fa commit dafcd04Copy full SHA for dafcd04
e2e-tests/admin/pages/login.js
@@ -19,8 +19,7 @@ export class LoginPage extends BaseResourcePage {
19
await this.page.getByRole('button', { name: 'Sign In' }).click();
20
await expect(
21
this.page.getByRole('navigation', {
22
- // TODO: Uncomment line below once both UIs have been refactored to use HDS side nav.
23
- // name: 'Application local navigation',
+ name: 'Application local navigation',
24
}),
25
).toBeVisible();
26
await expect(this.page.getByText(loginName)).toBeEnabled();
0 commit comments