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

notice fixes

parent 70223980
No related branches found
No related tags found
No related merge requests found
......@@ -118,6 +118,7 @@ class WebTest_Contribute_AddBatchesTest extends CiviSeleniumTestCase {
}
elseif ($type == "Membership") {
$this->select("field[{$row}][membership_type][0]", 1);
$this->select("field[{$row}][membership_type][1]", $data['membership_type']);
$this->webtestFillDate("field_{$row}_join_date", "now");
$this->webtestFillDate("field_{$row}_membership_start_date", "now");
......
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