File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
templates/accessibility_first Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ defmodule ComponentsGuideWeb.AccessibilityFirstController do
1616 "forms" ,
1717 "content" ,
1818 "refactoring-accessibility" ,
19- "accessibility-tree-snapshots "
19+ "playwright "
2020 ]
2121
2222 def show ( conn , % { "id" => article } ) when article in @ articles do
@@ -48,6 +48,7 @@ defmodule ComponentsGuideWeb.AccessibilityFirstController do
4848 defp page_title ( "content" ) , do: "Accessibility-First Content"
4949 defp page_title ( "accessible-name" ) , do: "Learning Accessible Names"
5050 defp page_title ( "refactoring-accessibility" ) , do: "Refactoring Accessibility"
51+ defp page_title ( "playwright" ) , do: "Accessibility Testing in Playwright"
5152 defp page_title ( _ ) , do: "Accessibility-First Development"
5253end
5354
Original file line number Diff line number Diff line change 77 < li > <%= link ( "Forms" , to: '/accessibility-first/forms' ) %>
88 < li > <%= link ( "All Roles" , to: '/accessibility-first/roles' ) %>
99 < li > <%= link ( "Accessible Name" , to: '/accessibility-first/accessible-name' ) %>
10- < li > <%= link ( "Snapshots " , to: '/accessibility-first/accessibility-tree-snapshots ' ) %>
10+ < li > <%= link ( "Testing with Playwright " , to: '/accessibility-first/playwright ' ) %>
1111 < li > <%= link ( "Properties" , to: '/accessibility-first/properties-cheatsheet' ) %>
1212 < li > <%= link ( "Widgets" , to: '/accessibility-first/widgets-cheatsheet' ) %>
1313 </ ul >
File renamed without changes.
You can’t perform that action at this time.
0 commit comments