Skip to content

Commit 1e68946

Browse files
fix test increase screenshot comparing threshold
1 parent 7681e7b commit 1e68946

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/devextreme-cli/testing/app-template.test.shared.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,7 @@ module.exports = (env, { port = 8080, urls = {} } = {}) => {
267267

268268
it('Create account page', async() => {
269269
// NOTE: Test only once
270-
// TODO: investigate failure in material
271-
if(!isDefaultLayout || theme === 'material') {
270+
if(!isDefaultLayout) {
272271
return;
273272
}
274273

0 commit comments

Comments
 (0)