We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97240a0 commit a0c859bCopy full SHA for a0c859b
WordPress/UITests/JetpackUITests.xctestplan
@@ -22,6 +22,7 @@
22
{
23
"parallelizable" : true,
24
"skippedTests" : [
25
+ "DashboardTests\/testFreeToPaidCardNavigation()",
26
"EditorAztecTests",
27
"LoginTests\/testEmailMagicLinkLogin()",
28
"SignupTests",
WordPress/UITests/Tests/DashboardTests.swift
@@ -17,6 +17,7 @@ class DashboardTests: XCTestCase {
17
takeScreenshotOfFailedTest()
18
}
19
20
+ // Disabled for investigation/maintenance: https://github.com/wordpress-mobile/WordPress-iOS/pull/21132
21
func testFreeToPaidCardNavigation() throws {
try MySiteScreen()
.scrollToFreeToPaidPlansCard()
0 commit comments