Revision 74bbdd9a
Added by koszko over 1 year ago
| test/haketilo_test/unit/test_popup.py | ||
|---|---|---|
| 224 | 224 |
# Click the "Show results" button. |
| 225 | 225 |
selector = '.repo_query_buttons > button:first-child' |
| 226 | 226 |
driver.find_element_by_css_selector(selector).click() |
| 227 |
shown = lambda d: 'MAPPING_A' in containers['repo_query'].text
|
|
| 227 |
shown = lambda d: 'MAPPING-A' in containers['repo_query'].text
|
|
| 228 | 228 |
WebDriverWait(driver, 10).until(shown) |
| 229 | 229 |
|
| 230 | 230 |
# Click the "Cancel" button |
Also available in: Unified diff
validate repository responses against JSON schemas