Revision aec5c9ae
Added by koszko about 1 year ago
test/haketilo_test/test_integration.py | ||
---|---|---|
48 | 48 |
|
49 | 49 |
driver.find_element_by_id('repos_head').click() |
50 | 50 |
lst = driver.find_element_by_css_selector('.active_tab .text_entries') |
51 |
assert 'https://hydrilla.koszko.org/api_v1' in lst.text
|
|
51 |
assert 'https://hydrilla.koszko.org/api_v2' in lst.text
|
|
52 | 52 |
|
53 | 53 |
# TODO: do some more tests, including popup interaction and repository |
54 | 54 |
# querying |
Also available in: Unified diff
automatically change repo url to point to api v2 endpoint