Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielgiroe1 committed Jun 18, 2024
1 parent ee1e0cf commit 09dc20c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/system/avo/tabs_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
find('[aria-label="February 9, 1988"]').click
save

expect(current_path).to eq avo.resources_user_path user
expect(page).to have_current_path avo.resources_user_path(user)
expect(find_field_value_element("birthday")).to have_text "Tuesday, 9 February 1988"
end

Expand Down

0 comments on commit 09dc20c

Please sign in to comment.