Skip to content

Commit

Permalink
Update section tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciofierrom committed Jun 19, 2024
1 parent 5edf0be commit 52bfef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/system/sections_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class SectionsTest < ApplicationSystemTestCase

test "should create section" do
visit lesson_url(@lesson)
click_on "New section"
click_on "New Section"

fill_in "Name", with: "Part 4"
page.execute_script("document.querySelector('#section_start_time').value = 123.2")
Expand Down

0 comments on commit 52bfef9

Please sign in to comment.