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,6 +17,6 @@
import XCTest
import RiotSwiftUI
class OnboardingUseCaseUITests: MockScreenTest {
class OnboardingUseCaseUITests: MockScreenTestCase {
// The view has no parameters or changing state to test.
}