Skip to content

Commit

Permalink
Fix TeamListBuilderTest testcase (#1041)
Browse files Browse the repository at this point in the history
  • Loading branch information
shishir-intelli authored Feb 13, 2024
1 parent 3a19742 commit d3f04aa
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ public function testTeamListCache() {
$this->drupalLogin($this->aMemberAccount);
$this->queueAppGroupsResponse($appgroups);

$this->queueDeveloperResponse($this->aMemberAccount, 200, ['appgroups' => [$this->teamA->id()]]);
$this->drupalGet(Url::fromRoute('entity.team.collection'));
$assert = $this->assertSession();
$assert->pageTextContains($this->teamA->label());
Expand Down

0 comments on commit d3f04aa

Please sign in to comment.