Skip to content

Commit 59a8ac5

Browse files
check test
1 parent c65419a commit 59a8ac5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,7 @@ module.exports = (env, { port = 8080, urls = {} } = {}) => {
160160
}
161161

162162
describe(`${viewportName}`, () => {
163-
fit('Home view', async() => {
164-
console.log('---START TEST------->', appUrl);
163+
it('Home view', async() => {
165164
await openPage(appUrl, { timeout: 5000 });
166165
await page.reload([{
167166
waitUntil: {
@@ -184,7 +183,8 @@ module.exports = (env, { port = 8080, urls = {} } = {}) => {
184183
compareSnapshot(image, 'home');
185184
});
186185

187-
it('Profile view', async() => {
186+
fit('Profile view', async() => {
187+
console.log('---START TEST------->', getPageURL('profile'));
188188
await openPage(getPageURL('profile'));
189189

190190
await page.waitForTimeout(3000);

0 commit comments

Comments
 (0)