Skip to content

Commit febd729

Browse files
committed
Update tests to reflect changes in the markup
1 parent eee837f commit febd729

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/integration/service_sign_in/choose_sign_in_test.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class ChooseSignInTest < ActionDispatch::IntegrationTest
2727

2828
within "#content form" do
2929
within ".gem-c-fieldset" do
30-
within ".gem-c-fieldset__legend" do
30+
within ".govuk-fieldset__legend" do
3131
assert_has_component_title "Prove your identity to continue"
3232
end
3333

@@ -84,7 +84,7 @@ class ChooseSignInTest < ActionDispatch::IntegrationTest
8484

8585
within "#content form" do
8686
within ".gem-c-fieldset" do
87-
within ".gem-c-fieldset__legend" do
87+
within ".govuk-fieldset__legend" do
8888
assert_has_component_title "Profwch pwy ydych chi i fwrw ymlaen"
8989
end
9090

0 commit comments

Comments
 (0)