NISHIO Hirokazu[Translate]
wait(0)を削ると失敗する
js
describe('adjust font size', () => { beforeEach(() => { cy.visit('/') // cy.wait(0) // THIS }) it('first fusen', () => { cy.get('.fusen').first().should("have.css", "font-size", "66px") })

without wait(0)

with wait(0)


"Engineer's way of creating knowledge" the English version of my book is now available on [Engineer's way of creating knowledge]

(C)NISHIO Hirokazu / Converted from [Scrapbox] at [Edit]