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:
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";
|
||||
});
|
||||
}, function then() {
|
||||
this.fill("#register", falseUser, true);
|
||||
this.fill("#register", user, true);
|
||||
});
|
||||
|
||||
casper.waitForSelectorTextChange('.notification-error', function (text) {
|
||||
|
|
Loading…
Add table
Reference in a new issue