Skip to content

Commit

Permalink
Updated the changes post review
Browse files Browse the repository at this point in the history
  • Loading branch information
kedarkhaire committed Aug 24, 2023
1 parent e1a817f commit dd51e1e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/src/Functional/DeveloperAppUITest.php
Original file line number Diff line number Diff line change
Expand Up @@ -549,10 +549,7 @@ public function testCallbackUrlValidationServerSide() {
$this->drupalGet($app_edit_url);
$this->submitForm([], 'Save');
// The assertion of which checks for text "The URL urlname is not valid" is now removed as the field type is changed to string and for string it is not valid.
$this->drupalGet($app_edit_url);
$this->submitForm([
'callbackUrl[0][value]' => 'http://example.com'
], 'Save');
$this->assertSession()->pageTextContains("Callback URL field is not in the right format.");
$this->drupalGet($app_edit_url);
$this->submitForm([
'callbackUrl[0][value]' => 'https://example.com'
Expand Down

0 comments on commit dd51e1e

Please sign in to comment.