Fix acceptance test
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
5455045a9b
commit
5805159487
1 changed files with 2 additions and 2 deletions
|
@ -137,7 +137,7 @@ class FilesSharingAppContext implements Context, ActorAwareInterface {
|
|||
*/
|
||||
public function iSeeThatTheCurrentPageIsTheAuthenticatePageForTheSharedLinkIWroteDown() {
|
||||
PHPUnit_Framework_Assert::assertEquals(
|
||||
$this->actor->getSharedNotebook()["shared link"] . "/authenticate/preview",
|
||||
$this->actor->getSharedNotebook()["shared link"] . "/authenticate/showShare",
|
||||
$this->actor->getSession()->getCurrentUrl());
|
||||
}
|
||||
|
||||
|
@ -146,7 +146,7 @@ class FilesSharingAppContext implements Context, ActorAwareInterface {
|
|||
*/
|
||||
public function iSeeThatTheCurrentPageIsTheAuthenticatePageForTheDirectDownloadSharedLinkIWroteDown() {
|
||||
PHPUnit_Framework_Assert::assertEquals(
|
||||
$this->actor->getSharedNotebook()["shared link"] . "/authenticate/download",
|
||||
$this->actor->getSharedNotebook()["shared link"] . "/authenticate/downloadShare",
|
||||
$this->actor->getSession()->getCurrentUrl());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue