tests: use "Global View" string after d4b8bf3 (#8534)

This commit is contained in:
Thomas NOËL 2015-10-07 11:07:02 +02:00
parent f14d323eb1
commit 2a6f0f36cc
1 changed files with 2 additions and 2 deletions

View File

@ -762,8 +762,8 @@ def test_global_listing(pub):
create_environment(pub)
app = login(get_app(pub))
resp = app.get('/backoffice/management/')
assert 'General listing' in resp.body
resp = resp.click('General listing')
assert 'Global View' in resp.body
resp = resp.click('Global View')
assert resp.body.count('<tr') == 20
resp = app.get('/backoffice/management/listing?limit=500')