try fix lint
This commit is contained in:
parent
6f5d8d6ece
commit
53b1bec5db
@ -129,12 +129,13 @@ class UiAllScreensSanityTest {
|
|||||||
addSpace().also { openMenu(publicSpaceName) }
|
addSpace().also { openMenu(publicSpaceName) }
|
||||||
|
|
||||||
leaveSpace()
|
leaveSpace()
|
||||||
// Some instability with the bottomsheet
|
|
||||||
// not sure what's the source, maybe the expanded state?
|
|
||||||
Thread.sleep(10_000)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Some instability with the bottomsheet
|
||||||
|
// not sure what's the source, maybe the expanded state?
|
||||||
|
Thread.sleep(10_000)
|
||||||
|
|
||||||
elementRobot.space { selectSpace(spaceName) }
|
elementRobot.space { selectSpace(spaceName) }
|
||||||
|
|
||||||
elementRobot.layoutPreferences {
|
elementRobot.layoutPreferences {
|
||||||
@ -177,7 +178,6 @@ class UiAllScreensSanityTest {
|
|||||||
* Testing multiple threads screens
|
* Testing multiple threads screens
|
||||||
*/
|
*/
|
||||||
private fun testThreadScreens() {
|
private fun testThreadScreens() {
|
||||||
// elementRobot.toggleLabFeature(LabFeature.THREAD_MESSAGES)
|
|
||||||
elementRobot.newRoom {
|
elementRobot.newRoom {
|
||||||
createNewRoom {
|
createNewRoom {
|
||||||
crawl()
|
crawl()
|
||||||
@ -191,6 +191,5 @@ class UiAllScreensSanityTest {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// elementRobot.toggleLabFeature(LabFeature.THREAD_MESSAGES)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user