Skip to content

Commit

Permalink
fixed acceptance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
strorch committed Nov 10, 2020
1 parent f8e3fbe commit ee406a7
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion tests/acceptance/admin/TicketSidebarMenuCest.php
Expand Up @@ -13,7 +13,6 @@ public function ensureMenuIsOk(Admin $I)
'Tickets' => '@ticket/index',
'Templates' => '@ticket/template/index',
'Tickets statistics' => '/ticket/statistic/index',
'FAQ' => '/faq/faq/index',
]);
}
}
2 changes: 0 additions & 2 deletions tests/acceptance/client/TicketCest.php
Expand Up @@ -57,8 +57,6 @@ private function ensureICanSeeAdvancedSearchBox(Client $I)
private function ensureICanSeeBulkSearchBox()
{
$this->index->containsBulkButtons([
'Subscribe',
'Unsubscribe',
'Close',
]);
$this->index->containsColumns([
Expand Down
1 change: 0 additions & 1 deletion tests/acceptance/client/TicketSidebarMenuCest.php
Expand Up @@ -13,7 +13,6 @@ public function ensureMenuIsOk(Client $I)

$menu->ensureContains('Support', [
'Tickets' => '@ticket/index',
'FAQ' => '/faq/faq/index',
]);

$menu->ensureDoesNotContain('Support', [
Expand Down
1 change: 0 additions & 1 deletion tests/acceptance/seller/TicketSidebarMenuCest.php
Expand Up @@ -13,7 +13,6 @@ public function ensureMenuIsOk(Seller $I)
'Tickets' => '@ticket/index',
'Templates' => '@ticket/template/index',
'Tickets statistics' => '/ticket/statistic/index',
'FAQ' => '/faq/faq/index',
]);
}
}

0 comments on commit ee406a7

Please sign in to comment.