0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Minor tweaks to casperjs tests x 2

This commit is contained in:
Hannah Wolfe 2013-08-28 23:39:50 +01:00
parent 0daea32ff3
commit 33cdbb3ea7

View file

@ -24,7 +24,7 @@ casper.test.begin('Ensure a User is Registered', 2, function suite(test) {
&& window.getComputedStyle(loginBox).getPropertyValue('opacity') === "1";
});
}, function then() {
this.fill("#register", falseUser, true);
this.fill("#register", user, true);
});
casper.waitForSelectorTextChange('.notification-error', function (text) {