Skip to content
Snippets Groups Projects
Commit 74216bea authored by Kurund Jalmi's avatar Kurund Jalmi
Browse files

fixes WebTest_Profile_ProfileGroupSubscriptionTest

parent 2dd4cf8e
No related branches found
No related tags found
No related merge requests found
......@@ -116,7 +116,8 @@ class WebTest_Profile_ProfileGroupSubscriptionTest extends CiviSeleniumTestCase
$this->waitForPageToLoad($this->getTimeoutMsec());
// assert for subscription message
$this->assertElementContainsText('css=div.messages', "Your subscription request has been submitted for group ", "Subscription message is not shown");
$this->waitForText('messages', "Your subscription request has been submitted for group ",
"Subscription message is not shown");
//check if profile is saved
$this->assertElementContainsText('css=span.msg-text', 'Your information has been saved.', 'Profile is not saved');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment