Skip to content

Commit 6bd5199

Browse files
wip. checking test for nextjs-ts add logs
1 parent fa2b10b commit 6bd5199

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,9 @@ module.exports = (env, { port } = { port: '8080' }) => {
7373
waitUntil: 'networkidle0',
7474
...options
7575
});
76-
await page.waitForSelector('.with-footer');
7776
console.log('-------openPage-.with-footer-found->');
77+
await page.waitForSelector('.with-footer');
78+
7879
await page.waitForTimeout(3000);
7980
}
8081

0 commit comments

Comments
 (0)