Skip to content

Commit

Permalink
Merge 65a64f7 into 5f78b99
Browse files Browse the repository at this point in the history
  • Loading branch information
maxon755 committed Feb 11, 2019
2 parents 5f78b99 + 65a64f7 commit e4d93c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/acceptance/admin/MailboxesCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ private function ensureICanSeeBulkSearchBox()
]);
$this->index->containsColumns( [
'E-mail',
'Type',
'Forwarding',
'Client',
'Reseller',
'Server',
'Account',
'Status',
]);
}
Expand Down
2 changes: 1 addition & 1 deletion tests/acceptance/client/MailboxesCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ private function ensureICanSeeBulkSearchBox()
]);
$this->index->containsColumns( [
'E-mail',
'Type',
'Forwarding',
'Server',
'Account',
'Status',
]);
}
Expand Down
2 changes: 1 addition & 1 deletion tests/acceptance/seller/MailboxesCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ private function ensureICanSeeBulkSearchBox()
]);
$this->index->containsColumns( [
'E-mail',
'Type',
'Forwarding',
'Client',
'Reseller',
'Server',
'Account',
'Status',
]);
}
Expand Down

0 comments on commit e4d93c4

Please sign in to comment.