Skip to content

Commit 6f52678

Browse files
revert enable all tests
1 parent 971a272 commit 6f52678

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/applications.yml

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ module.exports = (env, { port } = { port: '8080' }) => {
162162
}
163163

164164
describe(`${viewportName}`, () => {
165-
fit('Home view', async() => {
165+
it('Home view', async() => {
166166
await openPage(appUrl, { timeout: 5000 });
167167
await page.reload([{
168168
waitUntil: {

0 commit comments

Comments
 (0)