mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-02 00:54:09 +00:00
Environment's as tabs (#6407)
* add: env's as tabs * fix: test * fix: tests * fixes * fix: test * fixes * fixes * fix * fix: styling * fixes
This commit is contained in:
@@ -5,7 +5,6 @@ import {
|
||||
createEnvironment,
|
||||
addEnvironmentVariables,
|
||||
saveEnvironment,
|
||||
closeEnvironmentPanel,
|
||||
sendRequest,
|
||||
expectResponseContains,
|
||||
removeCollection
|
||||
@@ -39,7 +38,6 @@ test.describe('Collection Environment Create Tests', () => {
|
||||
]);
|
||||
|
||||
await saveEnvironment(page);
|
||||
await closeEnvironmentPanel(page);
|
||||
await expect(locators.environment.currentEnvironment()).toContainText('Test Environment');
|
||||
});
|
||||
|
||||
|
||||
@@ -5,7 +5,6 @@ import {
|
||||
createEnvironment,
|
||||
addEnvironmentVariables,
|
||||
saveEnvironment,
|
||||
closeEnvironmentPanel,
|
||||
sendRequest,
|
||||
expectResponseContains,
|
||||
closeAllCollections
|
||||
@@ -41,7 +40,6 @@ test.describe('Global Environment Create Tests', () => {
|
||||
]);
|
||||
|
||||
await saveEnvironment(page);
|
||||
await closeEnvironmentPanel(page);
|
||||
await expect(locators.environment.currentEnvironment()).toContainText('Test Global Environment');
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user