fix: Focus element with accessible role when switching steps #11792
Annotations
1 warning
Integration tests:
src/property-filter/__integ__/async-loading.test.ts#L35
expect(received).toEqual(expected) // deep equality
- Expected - 0
+ Received + 5
@@ -3,10 +3,15 @@
"filteringText": "",
"firstPage": true,
"samePage": false,
},
Object {
+ "filteringText": "la",
+ "firstPage": true,
+ "samePage": false,
+ },
+ Object {
"filteringText": "label",
"firstPage": true,
"samePage": false,
},
]
at src/property-filter/__integ__/async-loading.test.ts:35:30
at RetryOperation._fn (node_modules/p-retry/index.js:50:12)
|
Loading