Skip to content

Commit 3668ed4

Browse files
add Toggle button to the snapshots
1 parent 94aa944 commit 3668ed4

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

react_on_rails_pro/spec/dummy/__snapshots__/streaming.spec.ts/stage0.aria.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
- main:
22
- heading "A list of items received from Redis:" [level=1]
3+
- button "Hide Redis Items"
34
- list:
45
- paragraph: Waiting for the key "Item1"
56
- paragraph: Waiting for the key "Item2"

react_on_rails_pro/spec/dummy/__snapshots__/streaming.spec.ts/stage1.aria.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
- main:
22
- heading "A list of items received from Redis:" [level=1]
3+
- button "Hide Redis Items"
34
- list:
45
- listitem: "Value of \"Item1\": Incremental Value1"
56
- paragraph: Waiting for the key "Item2"

react_on_rails_pro/spec/dummy/__snapshots__/streaming.spec.ts/stage2.aria.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
- main:
22
- heading "A list of items received from Redis:" [level=1]
3+
- button "Hide Redis Items"
34
- list:
45
- listitem: "Value of \"Item1\": Incremental Value1"
56
- paragraph: Waiting for the key "Item2"

react_on_rails_pro/spec/dummy/__snapshots__/streaming.spec.ts/stage3.aria.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
- main:
22
- heading "A list of items received from Redis:" [level=1]
3+
- button "Hide Redis Items"
34
- list:
45
- listitem: "Value of \"Item1\": Incremental Value1"
56
- listitem: "Value of \"Item2\": Incremental Value2"

react_on_rails_pro/spec/dummy/__snapshots__/streaming.spec.ts/stage4.aria.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
- main:
22
- heading "A list of items received from Redis:" [level=1]
3+
- button "Hide Redis Items"
34
- list:
45
- listitem: "Value of \"Item1\": Incremental Value1"
56
- listitem: "Value of \"Item2\": Incremental Value2"

react_on_rails_pro/spec/dummy/__snapshots__/streaming.spec.ts/stage5.aria.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
- main:
22
- heading "A list of items received from Redis:" [level=1]
3+
- button "Hide Redis Items"
34
- list:
45
- listitem: "Value of \"Item1\": Incremental Value1"
56
- listitem: "Value of \"Item2\": Incremental Value2"

0 commit comments

Comments
 (0)