Skip to content

Commit

Permalink
core-1590 cleanup tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stereomon committed Aug 1, 2017
1 parent e1a2e0b commit bed424f
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 285 deletions.
1 change: 1 addition & 0 deletions tests/SprykerTest/Zed/Customer/Presentation.suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ modules:
restart: false
- \SprykerTest\Shared\Testify\Helper\DataCleanupHelper
- \SprykerTest\Shared\Application\Helper\ZedHelper
- \SprykerTest\Zed\ZedNavigation\Helper\BreadcrumbHelper

coverage:
enabled: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ public function breadCrumbIsVisible(PresentationTester $i)
$i->amLoggedInUser();
$i->amOnPage(CustomerIndexPage::URL);

$i->seeElement('//ol[@class="breadcrumb"]');
$i->see('Dashboard / Customers / Customers');
$i->seeBreadcrumbNavigation('Dashboard / Customers / Customers');
}

}
30 changes: 0 additions & 30 deletions tests/_support/AcceptanceTester.php

This file was deleted.

30 changes: 0 additions & 30 deletions tests/_support/FunctionalTester.php

This file was deleted.

132 changes: 0 additions & 132 deletions tests/_support/Module/Functional.php

This file was deleted.

13 changes: 0 additions & 13 deletions tests/_support/Module/Unit.php

This file was deleted.

30 changes: 0 additions & 30 deletions tests/_support/UnitTester.php

This file was deleted.

22 changes: 0 additions & 22 deletions tests/_support/ZedAcceptanceTester.php

This file was deleted.

26 changes: 0 additions & 26 deletions tests/_support/ZedCommunicationTester.php

This file was deleted.

0 comments on commit bed424f

Please sign in to comment.