Skip to content

Commit

Permalink
ISSUE #448: Test at program_level dup
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorMonardez committed Dec 13, 2024
1 parent 4d61ed3 commit 0aca886
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/features/program_level_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
visit edit_program_level_path(program_level)
fill_in "record[level]", with: "2"
click_on "Atualizar"
page.refresh
expect(ProgramLevel.count).to eq(2)
end
end
Expand Down

0 comments on commit 0aca886

Please sign in to comment.