Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoFelipe committed Dec 12, 2023
1 parent b933fbd commit c04b213
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
end

it "should be able to edit record" do
page.send_keys :escape
fill_record_select("professor_#{@record.id}", "professors", "Fiona")
click_button "Atualizar"
expect(page).to have_css("#as_#{plural_name}-list-#{@record.id}-row td.professor-column", text: "Fiona")
Expand Down

0 comments on commit c04b213

Please sign in to comment.