mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-01 08:34:07 +00:00
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:
@@ -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 }),
|
||||
|
||||
Reference in New Issue
Block a user