Skip to content

Commit

Permalink
Fix progress v2 eyes test (#58694)
Browse files Browse the repository at this point in the history
  • Loading branch information
lfryemason committed May 16, 2024
1 parent 08eefbc commit 96fadd1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -229,12 +229,12 @@ Scenario: Teacher can view validated level
And I navigate to the V2 progress dashboard for "New Section"

# eyes test for unexpanded lessons
And I wait until element "#ui-test-lesson-header-1" is visible
And I wait to see "#ui-test-lesson-header-1"
And I scroll to "#ui-test-lesson-header-44"
And I see no difference for "unexpanded lessons"

# eyes test for expanded lessons with in progress and completed validated levels
And I click selector g"#ui-test-lesson-header-44"
And I click selector "#ui-test-lesson-header-44"
And I wait until I see selector "div:contains('44.12')"
And I scroll to "#ui-test-lesson-header-45"
And I see no difference for "expanded lesson"

0 comments on commit 96fadd1

Please sign in to comment.