Skip to content

Commit e69211c

Browse files
authored
Switch on verbose logging for #331
1 parent 3c6e16a commit e69211c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnetCi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
PullRequestParam: ${{ github.event_name == 'pull_request' && format('/d:sonar.pullrequest.key={0}', github.event.number) || '' }}
4242
DISPLAY: :99
4343
# Change selected factory to VerboseChrome to debug Chrome-related issues
44-
WebDriverFactory__SelectedConfiguration: CiHeadlessChrome
44+
WebDriverFactory__SelectedConfiguration: VerboseChrome
4545

4646
steps:
4747
- name: Checkout

0 commit comments

Comments
 (0)