File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
tests/test-team/config/component Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ import baseConfig from '../playwright.config';
44
55const 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' ,
You can’t perform that action at this time.
0 commit comments