Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
justinfreeman (Agileware)
Core
Commits
8ed50e42
Commit
8ed50e42
authored
11 years ago
by
lobo
Browse files
Options
Downloads
Plain Diff
Merge pull request #1685 from monishdeb/43Webtestfixes
WebTest fixed for v4.3
parents
099e0e1e
565761e7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/phpunit/WebTest/Member/OfflineMembershipAddPricesetTest.php
+1
-0
1 addition, 0 deletions
...punit/WebTest/Member/OfflineMembershipAddPricesetTest.php
with
1 addition
and
0 deletions
tests/phpunit/WebTest/Member/OfflineMembershipAddPricesetTest.php
+
1
−
0
View file @
8ed50e42
...
...
@@ -375,6 +375,7 @@ class WebTest_Member_OfflineMembershipAddPricesetTest extends CiviSeleniumTestCa
$amount
=
$this
->
getText
(
"xpath=//div[@id='priceset']/div[2]/div[2]/div[
$i
]/span/label/span[@class='crm-price-amount-amount']"
);
$this
->
type
(
'source'
,
'Offline membership Sign Up Test Text'
);
$this
->
waitForElementPresent
(
'recordContribution'
);
$this
->
click
(
'_qf_Membership_upload-bottom'
);
$this
->
waitForElementPresent
(
"xpath=//div[@id='memberships']//table/tbody/tr"
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment