We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I wanted to request adding a seeAttributeIs assertion for functional tests in the Laravel5 module.
seeAttributeIs
Laravel5
// sample code $I->seeAttributeIs($selector = '.product:first-child', $attribute = 'data-id', $value = '1');