Skip to content

Commit e794ff5

Browse files
check test
1 parent bb29cb1 commit e794ff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ module.exports = (env, { port = 8080, urls = {} } = {}) => {
7171
...options
7272
});
7373
console.log('----openPage--after--goto-waitForSelector->');
74-
await page.waitForSelector('.with-footer');
74+
// await page.waitForSelector('.with-footer');
7575
console.log('----openPage---waitForSelector--FOUND-->');
7676
await page.waitForTimeout(3000);
7777
}

0 commit comments

Comments
 (0)