Skip to content

Commit

Permalink
ci: Use firefox for integration tests
Browse files Browse the repository at this point in the history
Workaround current issue of using chrome 130+ with testcafe
  • Loading branch information
mhan83 committed Oct 18, 2024
1 parent 71f4ad8 commit ac83c24
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/local/devxpress-test/sauce-runner.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"suites": [
{
"browserName": "chrome",
"browserName": "firefox",
"name": "saucy test",
"headless": true,
"speed": 1,
Expand Down
2 changes: 1 addition & 1 deletion tests/local/sauceswag-fail/sauce-runner.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"suites": [
{
"browserName": "chrome",
"browserName": "firefox",
"name": "saucy test",
"headless": true,
"speed": 1,
Expand Down
2 changes: 1 addition & 1 deletion tests/local/sauceswag-ok/sauce-runner.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"suites": [
{
"browserName": "chrome",
"browserName": "firefox",
"name": "saucy test",
"headless": true,
"speed": 1,
Expand Down

0 comments on commit ac83c24

Please sign in to comment.