Skip to content

Commit

Permalink
fixup! [Behat] Adapted tests for the new System Information tab
Browse files Browse the repository at this point in the history
  • Loading branch information
mnocon committed Nov 3, 2020
1 parent 4fca002 commit 30e8523
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib/Behat/PageObject/SystemInfoPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ public function __construct(BrowserContext $context)
public function verifyElements(): void
{
$this->navLinkTabs->verifyVisibility();
$productTab = ElementFactory::createElement($this->context, AdminList::ELEMENT_NAME, 'Product', SimpleTable::ELEMENT_NAME, '.ez-main-container .tab-pane.active');
$productTab->verifyVisibility();
$this->verifySystemInfoTable('Product');
}

public function verifySystemInfoTable(string $tabName): void
Expand Down

0 comments on commit 30e8523

Please sign in to comment.