Skip to content

Commit 585fedb

Browse files
check test
1 parent 2a58191 commit 585fedb

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
@@ -158,7 +158,7 @@ module.exports = (env, { port = 8080, urls = {} } = {}) => {
158158

159159
describe(`${viewportName}`, () => {
160160
fit('Home view', async() => {
161-
console.log('---START TEST------->');
161+
console.log('---START TEST------->', appUrl);
162162
await openPage(appUrl, { timeout: 5000 });
163163
await page.reload([{
164164
waitUntil: {

0 commit comments

Comments
 (0)