assertOptionByText() is missing on AssertLegacyTrait, let's add it to make Simpletest conversion to browser tests easier.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2862470-2.patch | 1.63 KB | jofitz |
assertOptionByText() is missing on AssertLegacyTrait, let's add it to make Simpletest conversion to browser tests easier.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2862470-2.patch | 1.63 KB | jofitz |
Comments
Comment #2
jofitz$this->assertSession()->optionExists()(as used inassertOption()) checks option text (as well as option value).Comment #3
klausiExcellent, thanks!
Comment #4
alexpottCommitted and pushed 458de4e to 8.4.x and d3b67f8 to 8.3.x. Thanks!