Skip to content

Commit 0363983

Browse files
authored
Revert "add workaround to ExtensionActivationTest test (#23618)" (#23620)
This reverts commit bbbf0d5.
1 parent bbbf0d5 commit 0363983

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,6 @@ suite(`Extension Activation Test ${BASE_TEST_CONSTANTS.TEST_ENVIRONMENT}`, funct
138138
await workspaces.waitWorkspaceWithStoppedStatus(currentWorkspaceName);
139139

140140
const originalWindowHandle: string = await browserTabsUtil.getCurrentWindowHandle();
141-
142-
// workaround: Wait before restarting workspace to avoid "Container tools has state Error" issue
143-
// see: https://issues.redhat.com/browse/CRW-9526
144-
await driverHelper.wait(TIMEOUT_CONSTANTS.TS_COMMON_DASHBOARD_WAIT_TIMEOUT);
145141
await workspaces.clickOpenButton(currentWorkspaceName);
146142

147143
await browserTabsUtil.waitAndSwitchToAnotherWindow(originalWindowHandle, WORKSPACE_RESTART_TIMEOUT);

0 commit comments

Comments
 (0)