Fix error when initiating multiple logins with casperjs

refs #4600
This commit is contained in:
Johannes Meyer 2013-09-02 09:42:46 +02:00 committed by Jannis Moßhammer
parent 24ecbb56d7
commit 01d7ea39aa
2 changed files with 1 additions and 3 deletions

View File

@ -116,5 +116,3 @@ if (path === null) {
}); });
}; };
})(); })();

View File

@ -1,7 +1,7 @@
/** /**
* Configuration: Show message that changes were saved successfully * Configuration: Show message that changes were saved successfully
* *
* As a user I want too see that configuration changes were successful. * As a user I want to see that configuration changes were successful.
* *
* This test performs the following steps * This test performs the following steps
* *