try fix lint

This commit is contained in:
valere 2022-12-29 10:51:57 +01:00
parent 6f5d8d6ece
commit 53b1bec5db
1 changed files with 4 additions and 5 deletions

View File

@ -129,11 +129,12 @@ class UiAllScreensSanityTest {
addSpace().also { openMenu(publicSpaceName) }
leaveSpace()
}
}
// Some instability with the bottomsheet
// not sure what's the source, maybe the expanded state?
Thread.sleep(10_000)
}
}
elementRobot.space { selectSpace(spaceName) }
@ -177,7 +178,6 @@ class UiAllScreensSanityTest {
* Testing multiple threads screens
*/
private fun testThreadScreens() {
// elementRobot.toggleLabFeature(LabFeature.THREAD_MESSAGES)
elementRobot.newRoom {
createNewRoom {
crawl()
@ -191,6 +191,5 @@ class UiAllScreensSanityTest {
}
}
}
// elementRobot.toggleLabFeature(LabFeature.THREAD_MESSAGES)
}
}