Skip to content

Commit

Permalink
test: mix-blend-mod #109
Browse files Browse the repository at this point in the history
  • Loading branch information
army8735 committed Nov 26, 2020
1 parent 88ef414 commit 63ed545
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/cache-mix-blend-mode/test.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/cache-total-mix-blend-mode/test.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/mix-blend-mode/test.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/reflow-lv-svg/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
browser
.url('file://' + path.join(__dirname, 'index.html'))
.waitForElementVisible('body', 1000)
.assert.value('input', '/br64/or64/mr64/ir64/n1r64/n2r64/rr64')
.assert.value('input', '/br128/or128/mr128/ir128/n1r128/n2r128/rr128')
.end();
}
};

0 comments on commit 63ed545

Please sign in to comment.