Skip to content

Commit 77d94e2

Browse files
oh
1 parent 3c75918 commit 77d94e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

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

0 commit comments

Comments
 (0)