From eac2f71b39c76d977585fa125daef9871dc91ee7 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 14 Nov 2014 22:19:08 +0000 Subject: [PATCH] moved webtest files location --- .../AddRecurringActivityTest.php} | 69 +----------- .../WebTest/Event/AddRecurringEventTest.php | 106 ++++++++++++++++++ 2 files changed, 108 insertions(+), 67 deletions(-) rename tests/phpunit/WebTest/{Core/BAO/RecurringEntityTest.php => Activity/AddRecurringActivityTest.php} (68%) create mode 100644 tests/phpunit/WebTest/Event/AddRecurringEventTest.php diff --git a/tests/phpunit/WebTest/Core/BAO/RecurringEntityTest.php b/tests/phpunit/WebTest/Activity/AddRecurringActivityTest.php similarity index 68% rename from tests/phpunit/WebTest/Core/BAO/RecurringEntityTest.php rename to tests/phpunit/WebTest/Activity/AddRecurringActivityTest.php index 62d89b5748..891ddd5549 100644 --- a/tests/phpunit/WebTest/Core/BAO/RecurringEntityTest.php +++ b/tests/phpunit/WebTest/Activity/AddRecurringActivityTest.php @@ -25,84 +25,19 @@ */ /** - * Description of RecurringEntityTest + * Description of AddRecurringActivityTest * * @author Priyanka */ require_once 'CiviTest/CiviSeleniumTestCase.php'; -class WebTest_Core_BAO_RecurringEntityTest extends CiviSeleniumTestCase { +class WebTest_Activity_AddRecurringActivityTest extends CiviSeleniumTestCase { protected function setUp() { parent::setUp(); } - function testRecurringEvent() { - $this->webtestLogin(); - - //Add repeat configuration for an event - $this->openCiviPage("event/manage/repeat", "reset=1&action=update&id=1", '_qf_Repeat_cancel-bottom'); - - $this->click('repetition_frequency_unit'); - $this->select('repetition_frequency_unit', 'label=weekly'); - $this->click('repetition_frequency_interval'); - $this->select('repetition_frequency_interval', 'label=1'); - $this->click('start_action_condition_monday'); - $this->click('start_action_condition_tuesday'); - $this->click('CIVICRM_QFID_1_ends'); - - $occurrences = rand(3, 5); - if (!$occurrences) { - $occurrences = 3; - } - $this->type('start_action_offset', $occurrences); - $this->webtestFillDate("exclude_date", "11/05/2015"); - $this->click('add_to_exclude_list'); - $this->webtestFillDate("exclude_date", "12/05/2015"); - $this->click('add_to_exclude_list'); - $this->click('_qf_Repeat_submit-bottom'); - $this->waitForTextPresent('Based on your repeat configuration here is the list of dates, Do you wish to create recurring set of these dates?'); - $this->click("xpath=//div[@class='ui-dialog-buttonset']/button/span[text()='Ok']"); - $this->waitForAjaxContent(); - $this->checkCRMAlert('Repeat Configuration has been saved'); - - //Check if assertions are correct - $count = $this->getXpathCount("xpath=//div[@id='event_status_id']/div[@class='crm-accordion-body']/div/table/tbody/tr"); - $count = $count - 1; - $this->assertEquals($occurrences, $count); - - //Lets go to find participant page and see our repetitive events there - $this->openCiviPage("event/manage", "reset=1"); - $eventTitle = "Fall Fundraiser Dinner"; - $this->type("title", $eventTitle); - $this->click("_qf_SearchEvent_refresh"); - $this->assertTrue($this->isTextPresent("Recurring Event - (Child)")); - $this->assertTrue($this->isTextPresent("Recurring Event - (Parent)")); - - //Update Mode Cascade Changes - $this->click('event-configure-1'); - $this->waitForElementPresent("xpath=//span[@id='event-configure-1']/ul[@class='panel']/li/a[text()='Info and Settings']"); - $this->click("xpath=//span[@id='event-configure-1']/ul[@class='panel']/li/a[text()='Info and Settings']"); - $this->waitForElementPresent('_qf_EventInfo_cancel-bottom'); - $this->type('title', 'CiviCon'); - $this->click('_qf_EventInfo_upload_done-top'); - $this->waitForElementPresent("xpath=//div[@class='ui-dialog-buttonset']/button/span[text()='Cancel']"); - $this->click("xpath=//div[@id='recurring-dialog']/div[@class='show-block']/div[@class='recurring-dialog-inner-wrapper']/div[@class='recurring-dialog-inner-left']/button[text()='All the entities']"); - $this->waitForAjaxContent(); - $this->openCiviPage("event/manage", "reset=1"); - $newEventTitle = "CiviCon"; - $this->type("title", $newEventTitle); - $this->click("_qf_SearchEvent_refresh"); - $this->waitForPageToLoad(); - $countOfEvents = $this->getXpathCount("xpath=//div[@id='option11_wrapper']/table[@id='option11']/tbody/tr"); - if ($countOfEvents) { - for ($i = 0; $i <= $countOfEvents; $i++) { - $this->verifyText("xpath=//div[@id='option11_wrapper']/table[@id='option11']/tbody/tr/td/a", 'CiviCon'); - } - } - } - function testRecurringActivity() { $this->webtestLogin(); diff --git a/tests/phpunit/WebTest/Event/AddRecurringEventTest.php b/tests/phpunit/WebTest/Event/AddRecurringEventTest.php new file mode 100644 index 0000000000..4b4a3ef25b --- /dev/null +++ b/tests/phpunit/WebTest/Event/AddRecurringEventTest.php @@ -0,0 +1,106 @@ +webtestLogin(); + + //Add repeat configuration for an event + $this->openCiviPage("event/manage/repeat", "reset=1&action=update&id=1", '_qf_Repeat_cancel-bottom'); + + $this->click('repetition_frequency_unit'); + $this->select('repetition_frequency_unit', 'label=weekly'); + $this->click('repetition_frequency_interval'); + $this->select('repetition_frequency_interval', 'label=1'); + $this->click('start_action_condition_monday'); + $this->click('start_action_condition_tuesday'); + $this->click('CIVICRM_QFID_1_ends'); + + $occurrences = rand(3, 5); + if (!$occurrences) { + $occurrences = 3; + } + $this->type('start_action_offset', $occurrences); + $this->webtestFillDate("exclude_date", "11/05/2015"); + $this->click('add_to_exclude_list'); + $this->webtestFillDate("exclude_date", "12/05/2015"); + $this->click('add_to_exclude_list'); + $this->click('_qf_Repeat_submit-bottom'); + $this->waitForTextPresent('Based on your repeat configuration here is the list of dates, Do you wish to create recurring set of these dates?'); + $this->click("xpath=//div[@class='ui-dialog-buttonset']/button/span[text()='Ok']"); + $this->waitForAjaxContent(); + $this->checkCRMAlert('Repeat Configuration has been saved'); + + //Check if assertions are correct + $count = $this->getXpathCount("xpath=//div[@id='event_status_id']/div[@class='crm-accordion-body']/div/table/tbody/tr"); + $count = $count - 1; + $this->assertEquals($occurrences, $count); + + //Lets go to find participant page and see our repetitive events there + $this->openCiviPage("event/manage", "reset=1"); + $eventTitle = "Fall Fundraiser Dinner"; + $this->type("title", $eventTitle); + $this->click("_qf_SearchEvent_refresh"); + $this->assertTrue($this->isTextPresent("Recurring Event - (Child)")); + $this->assertTrue($this->isTextPresent("Recurring Event - (Parent)")); + + //Update Mode Cascade Changes + $this->click('event-configure-1'); + $this->waitForElementPresent("xpath=//span[@id='event-configure-1']/ul[@class='panel']/li/a[text()='Info and Settings']"); + $this->click("xpath=//span[@id='event-configure-1']/ul[@class='panel']/li/a[text()='Info and Settings']"); + $this->waitForElementPresent('_qf_EventInfo_cancel-bottom'); + $this->type('title', 'CiviCon'); + $this->click('_qf_EventInfo_upload_done-top'); + $this->waitForElementPresent("xpath=//div[@class='ui-dialog-buttonset']/button/span[text()='Cancel']"); + $this->click("xpath=//div[@id='recurring-dialog']/div[@class='show-block']/div[@class='recurring-dialog-inner-wrapper']/div[@class='recurring-dialog-inner-left']/button[text()='All the entities']"); + $this->waitForAjaxContent(); + $this->openCiviPage("event/manage", "reset=1"); + $newEventTitle = "CiviCon"; + $this->type("title", $newEventTitle); + $this->click("_qf_SearchEvent_refresh"); + $this->waitForPageToLoad(); + $countOfEvents = $this->getXpathCount("xpath=//div[@id='option11_wrapper']/table[@id='option11']/tbody/tr"); + if ($countOfEvents) { + for ($i = 0; $i <= $countOfEvents; $i++) { + $this->verifyText("xpath=//div[@id='option11_wrapper']/table[@id='option11']/tbody/tr/td/a", 'CiviCon'); + } + } + } + +} -- 2.25.1