We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88dad7c commit 5f7f871Copy full SHA for 5f7f871
app/controllers/podcasts_controller.rb
@@ -34,7 +34,8 @@ def show
34
def convert_shownote(content)
35
shownote = <<~HTML
36
<h2 id='shownote'>
37
- <a href='#shownote'><i class="fa-solid fa-message-pen" style='color: #2275ca;'></i></a>
+ <!--<a href='#shownote'><i class="fa-solid fa-message-pen" style='color: #2275ca;'></i></a>-->
38
+ <a href='#shownote'>🎤</a>
39
Shownote − 話したこと
40
</h2>
41
HTML
spec/features/header_spec.rb
@@ -12,7 +12,7 @@
12
end
13
scenario "近日開催の道場に飛ぶ" do
14
click_link '近日開催の道場'
15
- expect(page).to have_selector 'h1', text:'📅 近日開催の道場'
+ expect(page).to have_selector 'h1', text:'📅 近日開催'
16
17
scenario "Kataに飛ぶ" do
18
all(:link_or_button, 'Kata').first.click
0 commit comments