Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Commit

Permalink
fix-tests-after-entry-deletion (#1137)
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelrios authored and kaylagalway committed Nov 19, 2019
1 parent 39af279 commit 3b5f440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LockwiseXCUITests/LockwiseXCUITests.swift
Expand Up @@ -142,7 +142,7 @@ class LockwiseXCUITests: BaseTestCase {
loginToEntryListView()

// Use one entry
app.tables.cells.staticTexts["fakeTester33333"].tap()
app.tables.cells.staticTexts["fakeTester33331"].tap()
// Copy its username and open the website
let userName = app.cells["userNameItemDetail"]
userName.press(forDuration: 1)
Expand Down

0 comments on commit 3b5f440

Please sign in to comment.