tests: adapt static dirs test to work before css files have been built (##49776)

This commit is contained in:
Frédéric Péters 2020-12-30 14:53:23 +01:00
parent 27048829a6
commit 39bd8e5a25
1 changed files with 0 additions and 2 deletions

View File

@ -168,9 +168,7 @@ def test_categories_page():
def test_static_directories():
assert get_app(pub).get('/static/css/wcs.css')
assert get_app(pub).get('/static/images/feed-icon-10x10.png')
assert get_app(pub).get('/static/css/qommon.css')
assert get_app(pub).get('/static/css/gadjo.css')
assert get_app(pub).get('/static/xstatic/jquery.js')
assert get_app(pub).get('/static/xstatic/jquery-ui.js')