cse110-sp23-group20/fortune-teller

CI/CD: fortune cookie test 3

Closed this issue · 1 comments

Test 3 works when 'npm test' is run in terminal, but not in the CI/CD pipeline. It seems await page.waitForTimeout(15000); doesn't actually run in pipeline, since that should be enough time for voice synthesis to turn off and thus reactivate the button.

The way the button works seems different now, so this may not be relevant anymore