Ejemplo n.º 1
0
 /**
  * @test
  */
 public function getTabIds_ScreenDisplayed_EqualExpected()
 {
     $this->newsFeedManagerPage->clickButton('toolbar-new');
     $newsFeedEditPage = $this->getPageObject('NewsFeedEditPage');
     $textArray = $newsFeedEditPage->getTabIds();
     $this->assertEquals($newsFeedEditPage->tabs, $textArray, 'Tab labels should match expected values.');
     $newsFeedEditPage->clickButton('toolbar-cancel');
     $this->newsFeedManagerPage = $this->getPageObject('NewsFeedManagerPage');
 }