From ab17942301a7ea86a3cbcc0ee629fd230957b4b2 Mon Sep 17 00:00:00 2001 From: yashodha Date: Fri, 30 Aug 2013 15:34:36 +0530 Subject: [PATCH] Import webbtest fix --- tests/phpunit/WebTest/Import/ImportCiviSeleniumTestCase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/WebTest/Import/ImportCiviSeleniumTestCase.php b/tests/phpunit/WebTest/Import/ImportCiviSeleniumTestCase.php index a259cddb25..e88a5dafbb 100644 --- a/tests/phpunit/WebTest/Import/ImportCiviSeleniumTestCase.php +++ b/tests/phpunit/WebTest/Import/ImportCiviSeleniumTestCase.php @@ -108,7 +108,7 @@ class ImportCiviSeleniumTestCase extends CiviSeleniumTestCase { } // Submit form. - $this->click('_qf_UploadFile_upload'); + $this->click('_qf_DataSource_upload'); $this->waitForPageToLoad($this->getTimeoutMsec()); // Select matching field for cvs data. -- 2.25.1