Skip to content

Commit

Permalink
Rename Apigee Edge to Apigee from title and description in AppSetting…
Browse files Browse the repository at this point in the history
…sFormTest.php
  • Loading branch information
shishir-intelli committed Jan 3, 2024
1 parent ffaff07 commit a34c63f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/src/FunctionalJavascript/AppSettingsFormTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ public function testAppSettingsForm() {
// Visit the app settings form using invalid API credentials.
$this->invalidateKey();
$this->drupalGet(Url::fromRoute('apigee_edge.settings.general_app'));
$this->assertSession()->pageTextContains('Unable to retrieve API product list from Apigee Edge. Please ensure that Apigee Edge connection settings are correct.');
$this->assertSession()->pageTextContains('Unable to retrieve API product list from Apigee. Please ensure that Apigee connection settings are correct.');

// Visit the app settings form using valid API credentials.
$this->restoreKey();
$this->drupalGet(Url::fromRoute('apigee_edge.settings.general_app'));
$this->assertSession()->pageTextNotContains('Unable to retrieve API product list from Apigee Edge. Please ensure that Apigee Edge connection settings are correct.');
$this->assertSession()->pageTextNotContains('Unable to retrieve API product list from Apigee. Please ensure that Apigee connection settings are correct.');

// Selecting default API product is not required by default.
$product_list = $this->getSession()->getPage()->find('css', '#default-api-product-multiple fieldset');
Expand Down

0 comments on commit a34c63f

Please sign in to comment.