Skip to content

Commit f7ffca0

Browse files
committed
UpdateStyle
1 parent 19d052c commit f7ffca0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

client/tests/e2e/specs/document_context_menu.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,7 @@ msTest.describe(() => {
858858
});
859859

860860
msTest('Rename current folder from breadcrumbs', async ({ documents }) => {
861-
const optionFolder = documents.locator('.topbar-left').locator('.breadcrumb-element--active').locator('.option-icon');
861+
const optionFolder = documents.locator('.topbar-left').locator('.breadcrumb-element--active');
862862

863863
await expect(documents).toHaveHeader(['wksp1'], true, true);
864864
await documents.locator('.folder-container').getByRole('listitem').nth(0).locator('.label-name').click();

client/tests/e2e/specs/workspaces_actions.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ async function openContextMenu(page: Page, mode: Mode, method: OpenMenuMethod):
5050
}
5151
} else {
5252
await page.locator('.workspaces-container-grid').locator('.workspace-card-item').nth(0).click();
53-
await page.locator('.topbar-left').locator('.breadcrumb-element--active').locator('.option-icon').click();
53+
await page.locator('.topbar-left').locator('.breadcrumb-element--active').click();
5454
}
5555
}
5656

0 commit comments

Comments
 (0)