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