Skip to content

Commit 2a58191

Browse files
check test
1 parent c1e3aec commit 2a58191

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/applications.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
LAUNCH_BROWSER: true
7171
CHROME_PATH: ${{ steps.setup-chrome.outputs.chrome-path }}
7272
run: npm run test-template -- -- -e ${{ matrix.APPROACH }} ${{ env.DEPS_VERSION_TAG_PARAM }}
73-
timeout-minutes: 40
73+
timeout-minutes: 30
7474

7575
- name: Archive artifacts
7676
if: ${{ failure() }}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,8 @@ module.exports = (env, { port = 8080, urls = {} } = {}) => {
157157
}
158158

159159
describe(`${viewportName}`, () => {
160-
it('Home view', async() => {
160+
fit('Home view', async() => {
161+
console.log('---START TEST------->');
161162
await openPage(appUrl, { timeout: 5000 });
162163
await page.reload([{
163164
waitUntil: {

0 commit comments

Comments
 (0)