Skip to content

Commit 21d08cd

Browse files
try with new baseline
1 parent f0c68e9 commit 21d08cd

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed
-10 Bytes
Loading

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -271,13 +271,6 @@ module.exports = (env, { port = 8080, urls = {} } = {}) => {
271271
return;
272272
}
273273

274-
// TODO: investigate the failure that we worked around here
275-
if(theme === 'material'
276-
&& viewportName === 'large'
277-
&& layout === 'side-nav-outer-toolbar') {
278-
return;
279-
}
280-
281274
await openPage(appUrl);
282275
await logOut();
283276
await page.waitForSelector('.dx-button-normal');

0 commit comments

Comments
 (0)