Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
nehamand committed Dec 27, 2023
1 parent ac539c9 commit 0007020
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/features/new_admin/evaluations_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,12 @@
it 'shows filtered evaluations' do
within '#filters_sidebar_section' do
expect(page).to have_css('label', text: 'Criado em')
sleep 5

fill_in 'created_at_start', with: 9.months.ago
fill_in 'created_at_end', with: 7.months.ago

click_button 'Filtrar'

sleep 5
end

within_table 'index_table_evaluations' do
Expand Down

0 comments on commit 0007020

Please sign in to comment.