Commit fa23471 1 parent 023b0e4 commit fa23471 Copy full SHA for fa23471
File tree 1 file changed +0
-10
lines changed
1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -228,32 +228,22 @@ describe("modals", () => {
228
228
when . click ( "modal:settings.close-modal" )
229
229
when . click ( "nav:open" ) ;
230
230
231
-
232
- // when.click("aria-label="MapTiler Basic"
233
-
234
231
cy . get ( '[aria-label="MapTiler Basic"]' ) . should ( 'exist' ) . click ( ) ;
235
232
236
-
237
233
when . click ( "nav:settings" ) ;
238
-
239
234
240
- // cy.on("uncaught:exception", () => false); // this is due to the fact that this is an invalid style for openlayers
241
235
when . select ( "modal:settings.maputnik:renderer" , "mlgljs" ) ;
242
236
then ( get . inputValue ( "modal:settings.maputnik:renderer" ) ) . shouldEqual (
243
237
"mlgljs"
244
238
) ;
245
239
246
- // cy.on("uncaught:exception", () => false);
247
240
when . select ( "modal:settings.maputnik:renderer" , "ol" ) ;
248
241
then ( get . inputValue ( "modal:settings.maputnik:renderer" ) ) . shouldEqual (
249
242
"ol"
250
243
) ;
251
244
252
245
cy . intercept ( "GET" , "https://api.maptiler.com/tiles/v3-openmaptiles/tiles.json?key=*" ) . as ( "tileRequest" ) ;
253
- // then(get.waitForRequest("@tileRequest")).shouldHaveStatus(403);
254
-
255
246
256
- // cy.on("uncaught:exception", () => false);
257
247
when . select ( "modal:settings.maputnik:renderer" , "mlgljs" ) ;
258
248
then ( get . inputValue ( "modal:settings.maputnik:renderer" ) ) . shouldEqual (
259
249
"mlgljs"
You can’t perform that action at this time.
0 commit comments