Skip to content

Commit

Permalink
Update Onboarding.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick-Erichsen authored Jan 10, 2025
1 parent 158a4a0 commit cb41d6e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Onboarding {
fun closeProject(remoteRobot: RemoteRobot) = CommonSteps(remoteRobot).closeProject()


@Test
// @Test
@Video
fun onboarding(remoteRobot: RemoteRobot): Unit = with(remoteRobot) {
welcomeFrame {
Expand Down Expand Up @@ -82,4 +82,4 @@ class Onboarding {
}
}
}
}
}

0 comments on commit cb41d6e

Please sign in to comment.