Skip to content
Snippets Groups Projects
Commit f6eb81d3 authored by Ishani  Patel's avatar Ishani Patel Committed by Yas Naoi
Browse files

Issue #3119104 by Ishani.addweb, yas: Refactor $this->assertNoText to...

Issue #3119104 by Ishani.addweb, yas: Refactor $this->assertNoText to $this->assertSession()->pageTextNotContains() (3) (Cloud Budget)
parent 2e8878bf
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ class CloudCreditTest extends CloudBudgetTestCase {
// Make sure listing.
$this->drupalGet("/clouds/budget/$cloud_context/credit");
$this->assertSession()->statusCodeEquals(200);
$this->assertNoText($name);
$this->assertSession()->pageTextNotContains($name);
}
}
......
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