Browse Source

test(pw): revert verifyWorkspaceCount changes

pull/9722/head
Ramesh Mane 2 days ago
parent
commit
d826fd38d4
  1. 2
      tests/playwright/pages/Dashboard/common/LeftSidebar/index.ts

2
tests/playwright/pages/Dashboard/common/LeftSidebar/index.ts

@ -85,7 +85,7 @@ export class LeftSidebarPage extends BasePage {
await this.clickWorkspace();
// TODO: THere is one extra html attribute
await expect(this.modal_workspace.getByTestId('nc-workspace-list')).toHaveCount(count + 1);
await expect(this.rootPage.getByTestId('nc-workspace-list')).toHaveCount(count + 1);
}
async getWorkspaceList() {

Loading…
Cancel
Save