feat: snapshot issues with global tabs (#7942)

* chore: fix for sidebar state

* fix: global and sidebar state sync

* fix: re-priroritise how tab uid is synced
This commit is contained in:
Sid
2026-05-07 19:03:02 +05:30
committed by GitHub
parent f8bf1460bd
commit 415b75decb
9 changed files with 290 additions and 14 deletions

View File

@@ -5,6 +5,7 @@ export const buildCommonLocators = (page: Page) => ({
saveButton: () => page
.locator('.infotip')
.filter({ hasText: /^Save/ }),
openPreferences: () => page.getByRole('button', { name: 'Open Preferences' }),
sidebar: {
collectionsContainer: () => page.getByTestId('collections'),
collection: (name: string) => page.locator('#sidebar-collection-name').filter({ hasText: name }),