aboutsummaryrefslogtreecommitdiff
path: root/test/haketilo_test/unit/test_popup.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/haketilo_test/unit/test_popup.py')
-rw-r--r--test/haketilo_test/unit/test_popup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/haketilo_test/unit/test_popup.py b/test/haketilo_test/unit/test_popup.py
index 1fc262c..e62feb7 100644
--- a/test/haketilo_test/unit/test_popup.py
+++ b/test/haketilo_test/unit/test_popup.py
@@ -224,7 +224,7 @@ def test_popup_repo_query(driver, execute_in_page):
# Click the "Show results" button.
selector = '.repo_query_buttons > button:first-child'
driver.find_element_by_css_selector(selector).click()
- shown = lambda d: 'MAPPING_A' in containers['repo_query'].text
+ shown = lambda d: 'MAPPING-A' in containers['repo_query'].text
WebDriverWait(driver, 10).until(shown)
# Click the "Cancel" button