mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Minor tweaks to casperjs tests x 2
This commit is contained in:
parent
0daea32ff3
commit
33cdbb3ea7
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ casper.test.begin('Ensure a User is Registered', 2, function suite(test) {
|
||||||
&& window.getComputedStyle(loginBox).getPropertyValue('opacity') === "1";
|
&& window.getComputedStyle(loginBox).getPropertyValue('opacity') === "1";
|
||||||
});
|
});
|
||||||
}, function then() {
|
}, function then() {
|
||||||
this.fill("#register", falseUser, true);
|
this.fill("#register", user, true);
|
||||||
});
|
});
|
||||||
|
|
||||||
casper.waitForSelectorTextChange('.notification-error', function (text) {
|
casper.waitForSelectorTextChange('.notification-error', function (text) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue