Ghost/core/test/functional/admin
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
..
content_test.js Improving regexes in functional tests 2014-01-05 21:10:48 +00:00
editor_test.js Fixes race conditions in functional test introduced in PR#2395 2014-03-17 03:06:22 -04:00
flow_test.js Improving regexes in functional tests 2014-01-05 21:10:48 +00:00
login_test.js Update validator to 3.4.0 2014-03-04 13:54:24 -07:00
logout_test.js Improving regexes in functional tests 2014-01-05 21:10:48 +00:00
settings_test.js Added functional test for uploading image/cover in settings 2014-03-12 17:41:59 -04:00