Skip to content

Commit

Permalink
Adjust text accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
ncounter committed Mar 28, 2023
1 parent 89e0944 commit 76adf57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/spec/features/webui/requests_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@
bs_request.update(accept_at: Time.now + 1.day)
visit request_show_path(bs_request)
expect(page)
.to have_text("This request will be automatically accepted #{TimeComponent.new(time: bs_request.accept_at).human_time}.")
.to have_text("This request will be automatically accepted #{TimeComponent.new(time: bs_request.accept_at).human_time}")
end
end

Expand Down

0 comments on commit 76adf57

Please sign in to comment.