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.
2 parents 1dc2a23 + e66e029 commit d66b3faCopy full SHA for d66b3fa
WooCommerce/WooCommerceUITests/Flows/LoginFlow.swift
@@ -25,11 +25,10 @@ class LoginFlow {
25
26
@discardableResult
27
static func logInWithSiteAddress() throws -> MyStoreScreen {
28
- try PrologueScreen()
+ return try PrologueScreen()
29
.tapLogIn()
30
.proceedWith(siteUrl: TestCredentials.siteUrl)
31
.proceedWith(email: TestCredentials.emailAddress)
32
.enterValidPassword()
33
- return try MyStoreScreen()
34
}
35
0 commit comments