Skip to content

Commit 6555bfb

Browse files
fix: naming issue
1 parent 0862fb3 commit 6555bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Alfie/AlfieUITests/AlfieUITests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ final class AlfieUITests: XCTestCase {
1515
// Put teardown code here. This method is called after the invocation of each test method in the class.
1616
}
1717

18-
func addToCartExample() throws {
18+
func testExample() throws {
1919
let app = XCUIApplication()
2020
app.activate()
2121
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

Comments
 (0)