Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
¨caiovelp¨ committed Sep 23, 2024
1 parent 393d81e commit 86272d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/features/report_configurations_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
it "should show table" do
expect(page).to have_content "Configurações de relatório"
expect(page.all("tr th").map(&:text)).to eq [
"Nome", "Prioridade", "Header", "Rodapé com assinatura", "Usar em relatórios", "Usar no histórico", "Usar no boletim", "Usar no quadro de horários", ""
"Nome", "Prioridade", "Header", "Rodapé com assinatura", "Usar em relatórios", "Usar no histórico", "Usar no boletim", "Usar no quadro de horários", "Usar em declarações", ""
]
end

Expand Down

0 comments on commit 86272d5

Please sign in to comment.