Skip to content

Commit af953f7

Browse files
check tests
1 parent 90385ab commit af953f7

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.github/workflows/applications.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,6 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
APPROACH:
20-
- angular
21-
- vue-v3
22-
- react
23-
- react-swc
24-
- react-ts
25-
- react-swc-ts
26-
- nextjs
2720
- nextjs-ts
2821
NODE:
2922
- 18

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ module.exports = (env, { port } = { port: '8080' }) => {
185185
compareSnapshot(image, 'home');
186186
});
187187

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

191191
await page.waitForTimeout(3000);

0 commit comments

Comments
 (0)