Skip to content

Commit

Permalink
update disabled button css selector
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanEddyIC committed Jan 15, 2025
1 parent 3c667cd commit e69cc64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
end

Then(/^the CONTINUE button will be disabled$/) do
expect(page).to have_css("#btn-continue[disabled]")
expect(page).to have_css("#btn-continue[disabled], #btn-continue.disabled")
end

Given(/^the primary member exists$/) do
Expand Down

0 comments on commit e69cc64

Please sign in to comment.