0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/test/functional
mattse 9ae0ddf54c Fixes race conditions in functional test introduced in PR#2395
fixes PR#2395
- in editor_test.js line 272, I wait until the post settings menu appears, and THEN also wait until the delete post button appears, rather than just waiting for the first condition, this can result in a race condition which has been seen.
- in editor_test.js line 229, I click on the tag, then wait until it disappears, rather than asserting the tag doesn't exist immediately.  This could potentially result in a race condition, but I have not seen it yet.
- in editr_test.js line 315, I click on the delete post button, and now wait for the modal container to appear before clicking the accept button.  This could result in a race condition, but I have not seen it yet.
2014-03-17 03:06:22 -04:00
..
admin Fixes race conditions in functional test introduced in PR#2395 2014-03-17 03:06:22 -04:00
api Change validation for posts 'page' attribute. 2014-03-04 17:59:00 -03:30
frontend Add support for typographically-correct punctuation 2014-02-28 09:44:08 +00:00
routes Merge pull request #2370 from halfdan/2062-robots 2014-03-13 21:30:04 +00:00
base.js Functional test debugging & improvements 2014-01-01 14:52:49 +00:00