Skip to content

Commit d39e86d

Browse files
CCM-11026: Disable modal timeout
1 parent ab47b8b commit d39e86d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/test-team/config/component/component.config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import baseConfig from '../playwright.config';
44

55
const buildCommand = [
66
'INCLUDE_AUTH_PAGES=true',
7-
'NEXT_PUBLIC_TIME_TILL_LOGOUT_SECONDS=25',
8-
'NEXT_PUBLIC_PROMPT_SECONDS_BEFORE_LOGOUT=5',
7+
// 'NEXT_PUBLIC_TIME_TILL_LOGOUT_SECONDS=25',
8+
// 'NEXT_PUBLIC_PROMPT_SECONDS_BEFORE_LOGOUT=5',
99
'npm run build && npm run start',
1010
].join(' ');
1111

@@ -40,7 +40,7 @@ export default defineConfig({
4040
dependencies: ['component:setup'],
4141
teardown: 'component:teardown',
4242
},
43-
{
43+
/*{
4444
name: 'modal',
4545
testMatch: 'template-mgmt-logout-warning.component.modal.spec.ts',
4646
use: {
@@ -54,7 +54,7 @@ export default defineConfig({
5454
dependencies: ['component:setup'],
5555
teardown: 'component:teardown',
5656
fullyParallel: true, // make these sets of tests parallel due to their slow nature.
57-
},
57+
},*/
5858
{
5959
name: 'component:teardown',
6060
testMatch: 'component.teardown.ts',

0 commit comments

Comments
 (0)