Skip to content

Commit 23b3436

Browse files
authored
[Test] fix: click workspaces button in WorkspaceIdleTimeout E2E typescript test (#23360)
Signed-off-by: Martin Szuc <mszuc@redhat.com>
1 parent 5cd100e commit 23b3436

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/e2e/specs/miscellaneous/WorkspaceIdleTimeout.spec.ts

+2
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ suite('"Check workspace idle timeout" test', function (): void {
9797

9898
test('Check that the workspace has Stopped state', async function (): Promise<void> {
9999
await dashboard.openDashboard();
100+
await dashboard.clickWorkspacesButton();
101+
await workspaces.waitPage();
100102
await workspaces.waitWorkspaceWithStoppedStatus(WorkspaceHandlingTests.getWorkspaceName());
101103
});
102104

0 commit comments

Comments
 (0)