#### What are you trying to achieve? I wanted to request adding a `seeAttributeIs` assertion for functional tests in the `Laravel5` module. ```php // sample code $I->seeAttributeIs($selector = '.product:first-child', $attribute = 'data-id', $value = '1'); ```
What are you trying to achieve?
I wanted to request adding a
seeAttributeIsassertion for functional tests in theLaravel5module.