We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0862fb3 commit 6555bfbCopy full SHA for 6555bfb
Alfie/AlfieUITests/AlfieUITests.swift
@@ -15,7 +15,7 @@ final class AlfieUITests: XCTestCase {
15
// Put teardown code here. This method is called after the invocation of each test method in the class.
16
}
17
18
- func addToCartExample() throws {
+ func testExample() throws {
19
let app = XCUIApplication()
20
app.activate()
21
app/*@START_MENU_TOKEN@*/.images["storefront"]/*[[".otherElements[\"shop-tab\"].images",".otherElements.images[\"storefront\"]",".images[\"storefront\"]"],[[[-1,2],[-1,1],[-1,0]]],[0]]@END_MENU_TOKEN@*/.firstMatch.tap()
0 commit comments