dispatch('backend/paypal/billing_agreement/customergrid/id/1'); $this->assertEquals( 1, \Magento\TestFramework\Helper\Xpath::getElementsCountForXpath( '//th[contains(@class,"col-reference_id")]', $this->getResponse()->getBody() ), "Response for billing agreement orders doesn't contain billing agreement customers grid" ); $this->assertEquals( 1, \Magento\TestFramework\Helper\Xpath::getElementsCountForXpath( '//td[contains(text(), "REF-ID-TEST-678")]', $this->getResponse()->getBody() ), "Response for billing agreement info doesn't contain reference ID" ); } }