mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-07 22:18:33 +00:00
fix(app): scope env variable/secret search per tab (#8491)
This commit is contained in:
@@ -118,6 +118,7 @@ export const buildCommonLocators = (page: Page) => ({
|
||||
secretsTab: () => page.getByTestId('responsive-tab-secrets'),
|
||||
saveTab: () => page.getByTestId('save-env'),
|
||||
saveAll: () => page.getByTestId('save-all-env'),
|
||||
searchInput: () => page.getByTestId('env-search-input'),
|
||||
collectionEnvTab: () => page.locator('.request-tab').filter({ hasText: /^Environments$/ }),
|
||||
globalEnvTab: () => page.locator('.request-tab').filter({ hasText: /^Global Environments$/ }),
|
||||
unsavedModal: {
|
||||
|
||||
Reference in New Issue
Block a user