Skip to content

Commit 99961ef

Browse files
wip. test checking
1 parent b608b4d commit 99961ef

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
@@ -188,7 +188,7 @@ module.exports = (env, { port, urls, useDifferentPorts } = { port: '8080', urls:
188188
}
189189

190190
describe(`${viewportName}`, () => {
191-
it('Home view', async() => {
191+
fit('Home view', async() => {
192192
await openPage(appUrl, { timeout: 5000 });
193193
await page.reload([{
194194
waitUntil: {

0 commit comments

Comments
 (0)