X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=tests%2Fphpunit%2FWebTest%2FImport%2FMatchExternalIdTest.php;h=799f396fe9e0ab21f39cc59abafc1bd9c2f81d4d;hb=d998c6152ede6a080f8e93560c7cfc94d718df7e;hp=e37c918c774679bb3826456919604225775821b8;hpb=7af8604cc04e13b5dc4220ad16cb4eb21d2b9b23;p=civicrm-core.git diff --git a/tests/phpunit/WebTest/Import/MatchExternalIdTest.php b/tests/phpunit/WebTest/Import/MatchExternalIdTest.php index e37c918c77..799f396fe9 100644 --- a/tests/phpunit/WebTest/Import/MatchExternalIdTest.php +++ b/tests/phpunit/WebTest/Import/MatchExternalIdTest.php @@ -1,9 +1,9 @@ click("link=Fees"); $this->waitForElementPresent("_qf_Fee_upload-bottom"); $this->click("CIVICRM_QFID_1_is_monetary"); - $this->click("xpath=//tr[@class='crm-event-manage-fee-form-block-payment_processor']/td[2]/label[text()='$processorName']"); + $this->select2('payment_processor', $processorName, TRUE); $this->select("financial_type_id", "value=4"); $counter = 1;