Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
plg22 authored Apr 27, 2024
2 parents a22c7d5 + 645e629 commit 096235d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ sonar.host.url=https://sonarcloud.io
sonar.language=js
sonar.projectName=wiq_en3a


sonar.coverage.exclusions=**/*.test.js, **/*.test.ts, **/*.test.tsx
sonar.sources=webapp/src/components,users,wikidataservice,gatewayservice
sonar.sourceEncoding=UTF-8
Expand Down
2 changes: 1 addition & 1 deletion webapp/e2e/steps/normal-game.steps.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ defineFeature(feature, test => {

beforeAll(async () => {
browser = process.env.GITHUB_ACTIONS
? await puppeteer.launch()
? await puppeteer.launch({slowMo: 50})
: await puppeteer.launch({ headless: false, slowMo: 40 });
page = await browser.newPage();
//Way of setting up the timeout
Expand Down

0 comments on commit 096235d

Please sign in to comment.