mirror of
https://github.com/maputnik/editor.git
synced 2026-02-05 20:20:02 +00:00
fix failing test
This commit is contained in:
@@ -14,7 +14,7 @@ describe("accessibility", () => {
|
||||
const selector = "root:skip:layer-list";
|
||||
then(get.elementByTestId(selector)).shouldExist();
|
||||
when.tab();
|
||||
then(get.skipTargetLayerList()).shouldBeFocused();
|
||||
then(get.elementByTestId(selector)).shouldBeFocused();
|
||||
when.click(selector);
|
||||
then(get.skipTargetLayerList()).shouldBeFocused();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user