Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

dotnet - skipping tests that doesn't work right now. #199

Merged
merged 2 commits into from
Jul 6, 2023

Conversation

itaibh
Copy link
Contributor

@itaibh itaibh commented Jul 6, 2023

No description provided.

@itaibh itaibh merged commit b3397ac into universal-sdk Jul 6, 2023
'enablePatterns'
'webview',
'enablePatterns',
'image'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codacy has a fix for the issue: Strings must use doublequote.

Suggested change
'image'
"image"

@@ -12,6 +12,9 @@
// Chrome emulator have minor diffs with JS sdk
'should not fail if scroll root is stale on android': { config: { branchName: 'universal-dotnet' } },

// WebDriver support removed
'check window after manual scroll on safari 11': { skip: true },
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codacy has a fix for the issue: Strings must use doublequote.

Suggested change
'check window after manual scroll on safari 11': { skip: true },
"check window after manual scroll on safari 11": { skip: true },

'visualGridOptions',
'variationGroupId',
'hooks',
'timeout',
'pageId',
'waitBeforeCapture',
'lazyLoad',
"webview",
'enablePatterns'
'webview',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codacy has a fix for the issue: Strings must use doublequote.

Suggested change
'webview',
"webview",

@itaibh itaibh deleted the dotnet_tests branch July 6, 2023 08:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant