Skip to content

Commit 89147d3

Browse files
enable all tests
1 parent d1bbb0a commit 89147d3

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
@@ -186,7 +186,7 @@ module.exports = (env, { port, urls } = { port: '8080', urls: {} }) => {
186186
compareSnapshot(image, 'home');
187187
});
188188

189-
fit('Profile view', async() => {
189+
it('Profile view', async() => {
190190
await openPage(getPageURL('profile'));
191191

192192
await page.waitForTimeout(3000);

0 commit comments

Comments
 (0)