mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-27 21:03:29 +03:00
02edc5ad4f
no refs - Offers browser tests were subject to a race condition. I'm guessing this dates back to when we moved to Settings X (and React), as it seems the url for the offer is not present on the first render of the page - despite being returned in the `POST` request of the offer creation, the component does a `GET` on render to get the link. This is now awaited. - The Publishing timezone test also seemed to suffer from a race condition. This is less sure of a fix as it's a much less frequent failure. The date time picker input is now validated in the test before continuing. - Offers browser tests often timed out so the timeout has been moved to 90s for these tests. - All tests were bumped to 75s timeout as we generally would occasionally hit the timeout. |
||
---|---|---|
.. | ||
announcement-bar-settings.spec.js | ||
members.spec.js | ||
membership-settings.spec.js | ||
portal-settings.spec.js | ||
posts.spec.js | ||
private-site.spec.js | ||
publishing.spec.js | ||
setup.spec.js | ||
site-settings.spec.js | ||
tiers.spec.js |