File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
apps/student/src/androidTest/java/com/instructure/student/ui/interaction Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ package com.instructure.student.ui.interaction
1717
1818import com.instructure.canvas.espresso.FeatureCategory
1919import com.instructure.canvas.espresso.Priority
20+ import com.instructure.canvas.espresso.StubTablet
2021import com.instructure.canvas.espresso.TestCategory
2122import com.instructure.canvas.espresso.TestMetaData
2223import com.instructure.student.ui.utils.StudentTest
@@ -28,6 +29,7 @@ class LoginInteractionTest : StudentTest() {
2829
2930 override fun displaysPageObjects () = Unit // Not used for interaction tests
3031
32+ @StubTablet
3133 @Test
3234 @TestMetaData(Priority .MANDATORY , FeatureCategory .LOGIN , TestCategory .INTERACTION )
3335 fun testLogin_canFindSchool () {
You can’t perform that action at this time.
0 commit comments