Skip to content

Commit

Permalink
Changes for correct ur;
Browse files Browse the repository at this point in the history
  • Loading branch information
kedarkhaire committed Dec 19, 2024
1 parent 19e36d0 commit 8fe5f6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/apigee_edge_teams/tests/src/Functional/UiTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ protected function teamsWorkflowTest() {
// Login with the default user, the created team app should be visible on
// the team app administer collection page (/team-apps).
$this->drupalLogin($this->account);
$this->drupalGet(Url::fromRoute('entity.team_app.collection_by_team'));
$this->drupalGet($this->team->toUrl('collection'));
$this->assertSession()->linkExists($team_modified_display_name);
$this->assertSession()->linkExists($team_app_1_modified_display_name);

Expand All @@ -270,7 +270,7 @@ protected function teamsWorkflowTest() {

// Remove the other user from the team's member list.
$this->drupalLogin($this->account);
$this->drupalGet(Url::fromRoute('entity.team_app.collection_by_team'));
$this->drupalGet($this->team->toUrl('collection'));
$this->clickLink($team_modified_display_name);
$this->clickLink('Members');
$this->getSession()->getPage()->findById((Html::getUniqueId($this->otherAccount->getEmail())))->clickLink('Remove');
Expand Down

0 comments on commit 8fe5f6b

Please sign in to comment.