Cleanup tests

This commit is contained in:
Alfonso Grillo
2022-11-10 10:34:36 +01:00
parent 715d5968c1
commit 8ffc92b1fe
2 changed files with 0 additions and 20 deletions
@@ -52,7 +52,6 @@ private extension UserSessionNameUITests {
for buttonId in buttons {
let button = app.buttons[buttonId]
button.tap()
XCTAssertTrue(button.exists)
}
}