Skip to content

Commit

Permalink
Merge pull request #189 from georgegillams/adopt-new-backstop-config
Browse files Browse the repository at this point in the history
[NO-JIRA] Adopt latest backstop config
  • Loading branch information
George Gillams committed Sep 5, 2020
2 parents e8420a7 + 9523276 commit e32ae57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/backstopjs/backstop.js
Expand Up @@ -12,7 +12,7 @@ const allowFailure = process.argv.includes('--allowFailure');
const scenarios = [];

scenarioData.scenarioIds.forEach(sI => {
let delay = 1500;
let delay = 500;
let urlExt = sI;
if (typeof sI === 'object') {
urlExt = sI.url;
Expand Down
2 changes: 1 addition & 1 deletion scripts/backstopjs/scenarios.json
@@ -1,4 +1,4 @@
{
"scenarioIds": ["", "404", "418", "account", "admin", "debug", "not-found-page", "sign-up", "sitemap"],
"globallyHiddenSelectors": ["img"]
"globallyHiddenSelectors": ["img", "[class^=image__outer__]"]
}

0 comments on commit e32ae57

Please sign in to comment.