Example #1
0
 private function testUpdateButton(\FunctionalTester $I)
 {
     IndexPage::openBy($I);
     $I->click(IndexPage::getUpdateSelector(\Project::$id));
     $I->seeCurrentUrlEquals(IndexPage::getUpdateLink(\Project::$id));
     $I->see(UpdatePage::$headingText, UpdatePage::$headingSelector);
 }