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
16
16
"forms" ,
17
17
"content" ,
18
18
"refactoring-accessibility" ,
19
- "accessibility-tree-snapshots "
19
+ "playwright "
20
20
]
21
21
22
22
def show ( conn , % { "id" => article } ) when article in @ articles do
@@ -48,6 +48,7 @@ defmodule ComponentsGuideWeb.AccessibilityFirstController do
48
48
defp page_title ( "content" ) , do: "Accessibility-First Content"
49
49
defp page_title ( "accessible-name" ) , do: "Learning Accessible Names"
50
50
defp page_title ( "refactoring-accessibility" ) , do: "Refactoring Accessibility"
51
+ defp page_title ( "playwright" ) , do: "Accessibility Testing in Playwright"
51
52
defp page_title ( _ ) , do: "Accessibility-First Development"
52
53
end
53
54
Original file line number Diff line number Diff line change 7
7
< li > <%= link ( "Forms" , to: '/accessibility-first/forms' ) %>
8
8
< li > <%= link ( "All Roles" , to: '/accessibility-first/roles' ) %>
9
9
< 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 ' ) %>
11
11
< li > <%= link ( "Properties" , to: '/accessibility-first/properties-cheatsheet' ) %>
12
12
< li > <%= link ( "Widgets" , to: '/accessibility-first/widgets-cheatsheet' ) %>
13
13
</ ul >
File renamed without changes.
You can’t perform that action at this time.
0 commit comments