We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dce6c60 commit b15c977Copy full SHA for b15c977
tests/test-team/config/component/component.config.ts
@@ -4,8 +4,8 @@ import baseConfig from '../playwright.config';
4
5
const buildCommand = [
6
'INCLUDE_AUTH_PAGES=true',
7
- // 'NEXT_PUBLIC_TIME_TILL_LOGOUT_SECONDS=25',
8
- // 'NEXT_PUBLIC_PROMPT_SECONDS_BEFORE_LOGOUT=5',
+ 'NEXT_PUBLIC_TIME_TILL_LOGOUT_SECONDS=25',
+ 'NEXT_PUBLIC_PROMPT_SECONDS_BEFORE_LOGOUT=5',
9
'npm run build && npm run start',
10
].join(' ');
11
0 commit comments