antonioaltamura
antonioaltamura
is there a way to make this work? It really makes no sense having the config file in `~/.live-server.json`.
Here the simplified example. ``` item 1 item 2 item 3 item 4 ``` ``` it("loop test", () => { cy.get("li").each(el => { const id = el.attr("id"); cy.get("#" + id).should("exist").click();...
That is actually the information I'm missing. Where should your block be placed? You can't nest `it` blocks. And you can't use `describe` to group `it` blocks apparently.
Try to run this ``` describe("loop test", () => { cy.get("li").each(el => { const id = el.attr("id"); it(`loop test for ${id}`, () => { cy.get("#" + id).should("exist").click(); // other async...
is there any news about this?
I could try it then, all the discussions here about synchronous update (https://github.com/Polymer/lit-element/issues/643, https://github.com/Polymer/lit-element/issues/365, and few others) maybe have misled me.
graphosaurus it's a nice library, but it could be improved in many sides :) It could be useful an example using all the possible features. anyway congrats
Hi, how much this project is far from be 'production ready'? There are unsolved known bugs? I see `` not completely in material, the dropdown in navbar doesn't shows..
This used to have some discussion going on, not sure what happened since then. Will this be fixed?
The ticket https://github.com/wenzhixin/bootstrap-table/issues/5637 has been closed but the problem is still there, is there a workaround in my case?