Skip to content

Commit

Permalink
LPD-37747 Update test to go to Release tab
Browse files Browse the repository at this point in the history
  • Loading branch information
brookedalton authored and brianchandotcom committed Oct 1, 2024
1 parent be2b1c6 commit 611016b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ test('LPD-36221 Publications bar breaks when enabling the FF for LPD-20131', asy
ctCollection.id
);

await featureFlagsInstanceSettingsPage.goto();
await featureFlagsInstanceSettingsPage.goto('Release');

await featureFlagsInstanceSettingsPage.search('LPD-20131');

Expand All @@ -111,7 +111,7 @@ test('LPD-36221 Publications bar breaks when enabling the FF for LPD-20131', asy
page.locator('li').filter({hasText: ctCollection.name})
).toBeVisible();

await featureFlagsInstanceSettingsPage.goto();
await featureFlagsInstanceSettingsPage.goto('Release');

await featureFlagsInstanceSettingsPage.search('LPD-20131');

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
company.security.strangers.verify=false
buffered.increment.standby.queue.threshold=1000
buffered.increment.standby.time.upper.limit=60
feature.flag.ui.visible[dev]=true
buffered.increment.standby.time.upper.limit=60

0 comments on commit 611016b

Please sign in to comment.