Skip to content

Commit

Permalink
Like this?
Browse files Browse the repository at this point in the history
  • Loading branch information
jodyheavener committed Jul 20, 2021
1 parent 51b5ba1 commit a0464c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/tests/integration/nimbus/test_e2e_create_experiment.py
Expand Up @@ -124,7 +124,7 @@ def test_create_new_experiment_remote_settings(selenium, base_url):
# Check it's live
home = HomePage(selenium, base_url).wait_for_page_to_load()
live_experiments = home.tables[0]
assert home.active_tab_text, "Live"
assert "Live" in home.active_tab_text
for item in live_experiments.experiments:
if experiment_name in item.text:
item.click()
Expand Down

0 comments on commit a0464c9

Please sign in to comment.