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 4f8da91 commit 58b6849Copy full SHA for 58b6849
WooCommerce/WooCommerceUITests/Tests/StatsTests.swift
@@ -15,13 +15,12 @@ final class StatsTests: XCTestCase {
15
try LoginFlow.logInWithWPcom()
16
}
17
18
- // Disabled test, added to test stats mocks. To be updated into a real test later.
19
func testStatsScreenLoad() throws {
20
try skipTillImplemented()
21
try TabNavComponent().goToMyStoreScreen()
22
23
-
24
+
25
func skipTillImplemented(file: StaticString = #file, line: UInt = #line) throws {
26
try XCTSkipIf(true,
27
"Skipping until test is properly implemented", file: file, line: line)
0 commit comments