Prefix test in-front of UI test methods.

This commit is contained in:
Doug
2022-07-14 17:49:49 +01:00
committed by Doug
parent 0442342fc5
commit e6ea10f3a6
39 changed files with 404 additions and 757 deletions
@@ -17,9 +17,6 @@
import XCTest
import RiotSwiftUI
class LiveLocationSharingViewerUITests: MockScreenTest {
override class var screenType: MockScreenState.Type {
return MockLiveLocationSharingViewerScreenState.self
}
class LiveLocationSharingViewerUITests: MockScreenTestCase {
// Tests to be implemented.
}