Skip to content

Commit 6c29f58

Browse files
build: update jenkinsfile accessibility testing
1 parent a04f22d commit 6c29f58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ spec:
268268
}
269269
stage('Accessibility testing') {
270270
when {
271-
branch 'uds-1892'
271+
branch 'dev'
272272
}
273273
steps {
274274
container('playwright') {

packages/app-degree-pages/playwright.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default defineConfig({
1717
projects: [
1818
{
1919
name: 'chromium',
20-
use: { browserName: 'chromium', headless: false },
20+
use: { browserName: 'chromium' },
2121
},
2222
],
2323
});

0 commit comments

Comments
 (0)