mirror of
https://github.com/maputnik/editor.git
synced 2026-02-09 14:10:00 +00:00
Try to fix tests
This commit is contained in:
committed by
Pirmin Kalberer
parent
616c9aa24a
commit
6199b808d0
@@ -88,7 +88,7 @@ describe("modals", () => {
|
||||
when.setValue("modal:sources.add.source_id", sourceId);
|
||||
when.select("modal:sources.add.source_type", "pmtiles_vector");
|
||||
when.setValue("modal:sources.add.source_url", "https://data.source.coop/protomaps/openstreetmap/v4.pmtiles");
|
||||
when.focus("modal:sources.add.add_source");
|
||||
when.click("modal:sources.add.add_source");
|
||||
when.click("modal:sources.add.add_source");
|
||||
when.wait(200);
|
||||
then(get.styleFromLocalStorage()).shouldDeepNestedInclude({
|
||||
|
||||
Reference in New Issue
Block a user