public function UiTest::testUi in Apigee Edge 8
Tests the UI of the team and team app entities.
File
- modules/
apigee_edge_teams/ tests/ src/ Functional/ UiTest.php, line 154
Class
- UiTest
- Team and team app entity UI tests.
Namespace
Drupal\Tests\apigee_edge_teams\FunctionalCode
public function testUi() {
$this
->teamsWorkflowTest();
$this
->teamAndTeamAppLabelTest();
}