mirror of
https://github.com/maputnik/editor.git
synced 2026-07-13 09:27:25 +00:00
fix failing build
This commit is contained in:
@@ -23,7 +23,7 @@ describe("accessibility", () => {
|
|||||||
const selector = "root:skip:layer-editor";
|
const selector = "root:skip:layer-editor";
|
||||||
then(get.elementByTestId(selector)).shouldExist();
|
then(get.elementByTestId(selector)).shouldExist();
|
||||||
when.tab().tab();
|
when.tab().tab();
|
||||||
should.beFocused(selector);
|
then(get.elementByTestId(selector)).shouldBeFocused();
|
||||||
when.click(selector);
|
when.click(selector);
|
||||||
then(get.skipTargetLayerEditor()).shouldBeFocused();
|
then(get.skipTargetLayerEditor()).shouldBeFocused();
|
||||||
});
|
});
|
||||||
@@ -32,7 +32,7 @@ describe("accessibility", () => {
|
|||||||
const selector = "root:skip:map-view";
|
const selector = "root:skip:map-view";
|
||||||
then(get.elementByTestId(selector)).shouldExist();
|
then(get.elementByTestId(selector)).shouldExist();
|
||||||
when.tab().tab().tab();
|
when.tab().tab().tab();
|
||||||
should.beFocused(selector);
|
then(get.elementByTestId(selector)).shouldBeFocused();
|
||||||
when.click(selector);
|
when.click(selector);
|
||||||
then(get.canvas()).shouldBeFocused();
|
then(get.canvas()).shouldBeFocused();
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user