mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 08:03:50 +02:00
Merge branch gil/SP1_space_creation into gil/5230_SP2-Adding_Rooms_to_Spaces
This commit is contained in:
@@ -43,7 +43,6 @@ class MatrixItemChooserUITests: MockScreenTest {
|
||||
func verifyEmptyScreen() {
|
||||
XCTAssertEqual(app.staticTexts["titleText"].label, VectorL10n.spacesCreationAddRoomsTitle)
|
||||
XCTAssertEqual(app.staticTexts["messageText"].label, VectorL10n.spacesCreationAddRoomsMessage)
|
||||
XCTAssertEqual(app.collectionViews["itemsList"].exists, false)
|
||||
XCTAssertEqual(app.staticTexts["emptyListMessage"].exists, true)
|
||||
XCTAssertEqual(app.staticTexts["emptyListMessage"].label, VectorL10n.spacesNoResultFoundTitle)
|
||||
XCTAssertEqual(app.buttons["doneButton"].label, VectorL10n.skip)
|
||||
@@ -52,7 +51,6 @@ class MatrixItemChooserUITests: MockScreenTest {
|
||||
func verifyPopulatedScreen() {
|
||||
XCTAssertEqual(app.staticTexts["titleText"].label, VectorL10n.spacesCreationAddRoomsTitle)
|
||||
XCTAssertEqual(app.staticTexts["messageText"].label, VectorL10n.spacesCreationAddRoomsMessage)
|
||||
XCTAssertEqual(app.collectionViews["itemsList"].exists, true)
|
||||
XCTAssertEqual(app.staticTexts["emptyListMessage"].exists, false)
|
||||
XCTAssertEqual(app.buttons["doneButton"].label, VectorL10n.skip)
|
||||
}
|
||||
@@ -60,7 +58,6 @@ class MatrixItemChooserUITests: MockScreenTest {
|
||||
func verifyPopulatedWithSelectionScreen() {
|
||||
XCTAssertEqual(app.staticTexts["titleText"].label, VectorL10n.spacesCreationAddRoomsTitle)
|
||||
XCTAssertEqual(app.staticTexts["messageText"].label, VectorL10n.spacesCreationAddRoomsMessage)
|
||||
XCTAssertEqual(app.collectionViews["itemsList"].exists, true)
|
||||
XCTAssertEqual(app.staticTexts["emptyListMessage"].exists, false)
|
||||
XCTAssertEqual(app.buttons["doneButton"].label, VectorL10n.next)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user