Skip to content

Commit fa23471

Browse files
committed
remove comments
1 parent 023b0e4 commit fa23471

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

cypress/e2e/modals.cy.ts

-10
Original file line numberDiff line numberDiff line change
@@ -228,32 +228,22 @@ describe("modals", () => {
228228
when.click("modal:settings.close-modal")
229229
when.click("nav:open");
230230

231-
232-
// when.click("aria-label="MapTiler Basic"
233-
234231
cy.get('[aria-label="MapTiler Basic"]').should('exist').click();
235232

236-
237233
when.click("nav:settings");
238-
239234

240-
// cy.on("uncaught:exception", () => false); // this is due to the fact that this is an invalid style for openlayers
241235
when.select("modal:settings.maputnik:renderer", "mlgljs");
242236
then(get.inputValue("modal:settings.maputnik:renderer")).shouldEqual(
243237
"mlgljs"
244238
);
245239

246-
// cy.on("uncaught:exception", () => false);
247240
when.select("modal:settings.maputnik:renderer", "ol");
248241
then(get.inputValue("modal:settings.maputnik:renderer")).shouldEqual(
249242
"ol"
250243
);
251244

252245
cy.intercept("GET", "https://api.maptiler.com/tiles/v3-openmaptiles/tiles.json?key=*").as("tileRequest");
253-
// then(get.waitForRequest("@tileRequest")).shouldHaveStatus(403);
254-
255246

256-
// cy.on("uncaught:exception", () => false);
257247
when.select("modal:settings.maputnik:renderer", "mlgljs");
258248
then(get.inputValue("modal:settings.maputnik:renderer")).shouldEqual(
259249
"mlgljs"

0 commit comments

Comments
 (0)