Skip to content

Commit 88dad7c

Browse files
committed
Fix failed spec to click header's heading in Kata
1 parent 8894fb5 commit 88dad7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/features/header_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
end
1717
scenario "Kataに飛ぶ" do
1818
all(:link_or_button, 'Kata').first.click
19-
expect(page).to have_selector 'h1', text:'CoderDojo Kata'
19+
expect(page).to have_selector 'h1', text:'📚 Kata'
2020
end
2121
end
2222
end

0 commit comments

Comments
 (0)