Merge pull request #19336 from edx/youngstrom/fix-flaky-a11y-db

Revert any test db cache changes after test_a11y
This commit is contained in:
Michael Youngstrom
2018-11-29 09:35:32 -05:00
committed by GitHub

View File

@@ -36,5 +36,8 @@ SELENIUM_BROWSER=chrome BOKCHOY_HEADLESS=true $TOX paver test_a11y
# The settings that we use are installed with the pa11ycrawler module
export SCRAPY_SETTINGS_MODULE='pa11ycrawler.settings'
echo "Reset db cache files to remove any changes from running a11y tests"
git checkout -- common/test/db_cache
echo "Running pa11ycrawler against test course..."
$TOX paver pa11ycrawler --fasttest --skip-clean --fetch-course --with-html