Skip to content

Commit

Permalink
issue-218: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
¨caiovelp¨ committed Dec 9, 2024
1 parent 2a33bc2 commit 81b7fb9
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", "Tipo de Assinatura", "Usar em relatórios", "Usar no histórico", "Usar no boletim", "Usar no quadro de horários", "Validade (meses)", ""
"Nome", "Prioridade", "Header", "Tipo de Assinatura", "Usar em relatórios", "Usar no histórico", "Usar no boletim", "Usar no quadro de horários", "Usar em declarações", "Validade (meses)", ""
]
end

Expand Down

0 comments on commit 81b7fb9

Please sign in to comment.