Skip to content
Snippets Groups Projects
Commit e67d1ea7 authored by Kateryna Kostiuk's avatar Kateryna Kostiuk
Browse files

UITest: fix smart list test

This patch corrects the detection of menu
presentation.

Change-Id: I585e44079ca5be1aaee169751ed26246e61ba488
parent 588f5efe
No related branches found
No related tags found
No related merge requests found
......@@ -68,11 +68,11 @@ final class SmartListViewTests: JamiBaseOneAccountUITest {
menuButton.tap()
let overly = smartListViewPage.overlay
let settings = app.collectionViews.buttons[L10n.AccountPage.settingsHeader]
waitForElementToAppear(overly)
waitForElementToAppear(settings)
XCTAssertTrue(overly.exists)
XCTAssertTrue(settings.exists)
// Tap outside the menu to dismiss it
let coordinate = app.coordinate(withNormalizedOffset: CGVector(dx: 0.5, dy: 0.5))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment