Improve UX

This commit is contained in:
Alfonso Grillo
2023-01-20 17:04:00 +01:00
parent 84d0edac0b
commit 9e21915a4e
2 changed files with 2 additions and 1 deletions
@@ -53,7 +53,7 @@ class PollHistoryUITests: MockScreenTestCase {
func testPastPollHistoryIsEmpty() {
app.goToScreenWithIdentifier(MockPollHistoryScreenState.pastEmpty.title)
let title = app.navigationBars.firstMatch.identifier
let emptyText = app.staticTexts["PollHistory.emptyText"]
let emptyText = app.staticTexts["PollHistory.emptyLoadMoreText"]
let items = app.staticTexts["PollListItem.title"]
let selectedSegment = app.buttons[VectorL10n.pollHistoryPastSegmentTitle]
let winningOption = app.staticTexts["PollListData.winningOption"]