Skip to content

Commit

Permalink
build: fix desktop client test (#8100)
Browse files Browse the repository at this point in the history
<!--
Thank you for your contribution.

Before making a PR, please read our contributing guidelines at

https://github.com/DevExpress/testcafe/blob/master/CONTRIBUTING.md#code-contribution

We recommend creating a *draft* PR, so that you can mark it as 'ready
for review' when you are done.
-->

## Purpose
_Describe the problem you want to address or the feature you want to
implement._

## Approach
_Describe how your changes address the issue or implement the desired
functionality in as much detail as possible._

## References
_Provide a link to the existing issue(s), if any._

## Pre-Merge TODO
- [ ] Write tests for your proposed changes
- [ ] Make sure that existing tests do not fail
  • Loading branch information
PavelMor25 committed Dec 11, 2023
1 parent 4a64e7a commit 4baa2e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gulp/constants/client-test-settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ const CLIENT_TESTS_DESKTOP_BROWSERS = [
{
platform: 'macOS 13',
browserName: 'safari',
version: '16',
},
];

Expand Down

0 comments on commit 4baa2e7

Please sign in to comment.