Merge branch 'develop' into ismail/5068_start_thread

This commit is contained in:
ismailgulek
2022-01-04 15:28:19 +03:00
120 changed files with 3411 additions and 648 deletions
@@ -32,7 +32,7 @@ class PollTimelineUITests: XCTestCase {
}
func testOpenPoll() {
app.buttons[MockPollTimelineScreenState.screenStateKeys.first!].tap()
app.goToScreenWithIdentifier(MockPollTimelineScreenState.open.title)
XCTAssert(app.staticTexts["Question"].exists)
XCTAssert(app.staticTexts["20 votes cast"].exists)
@@ -70,7 +70,7 @@ class PollTimelineUITests: XCTestCase {
}
func testClosedPoll() {
app.buttons[MockPollTimelineScreenState.screenStateKeys.last!].tap()
app.goToScreenWithIdentifier(MockPollTimelineScreenState.closed.title)
XCTAssert(app.staticTexts["Question"].exists)
XCTAssert(app.staticTexts["Final results based on 20 votes"].exists)