Skip to content

Commit

Permalink
Add wait function for timer
Browse files Browse the repository at this point in the history
  • Loading branch information
SuguruOoki authored and 3c1u committed Jun 1, 2021
1 parent dc50f67 commit 0cd9b42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cypress/integration/station15.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ describe('Station15', () => {

it('3秒後フルネームのリストが表示される', () => {
cy.tick(3000)
cy.wait(0)

cy.get('#result').then((result) => {
expect(result.children()[0].innerHTML).eq("大木 優")
expect(result.children()[1].innerHTML).eq("山田 太郎")
Expand Down

0 comments on commit 0cd9b42

Please sign in to comment.