Skip to content

Commit

Permalink
Revert "Another attempt at failing the build on applitools differences"
Browse files Browse the repository at this point in the history
This reverts commit 6415fb0.
  • Loading branch information
rpokorny committed Sep 29, 2020
1 parent ae41da6 commit 6c4591e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion gallery/src/styles/NxCounter/NxCounterExample.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
-->
<div class="gallery-counter-example-container">
<span>Default</span> <span class="nx-counter">42</span>
<span>Default</span><span class="nx-counter">42</span>
</div>

<div class="gallery-counter-example-container">
Expand Down
7 changes: 0 additions & 7 deletions gallery/wdio.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -295,13 +295,6 @@ exports.config = {
afterTest: async function(test, context, { error, result, duration, passed, retries }) {
await eyes.closeAsync();
await eyes.abortIfNotClosed();

try {
await eyes.getRunner().getAllTestResults(process.env.GIT_BRANCH === 'master');
}
catch (e) {
context.test.callback(e);
}
},

/**
Expand Down

0 comments on commit 6c4591e

Please sign in to comment.