Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
manas-yu committed Jan 17, 2025
1 parent 069f1f9 commit 59ab61e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2184,7 +2184,7 @@ class StateFragmentLocalTest {
// Click on the link for opening the concept card.
onView(withId(R.id.hints_and_solution_summary))
.inRoot(isDialog())
.perform(openClickableSpan("test_skill_id_1 concept card"))
.perform(openClickableSpan("lesson"))
testCoroutineDispatchers.runCurrent()

onView(withText("Concept Card")).inRoot(isDialog()).check(matches(isDisplayed()))
Expand Down

0 comments on commit 59ab61e

Please sign in to comment.