Codeception / Codeception/lib-innerbrowser
Request to add seeAttributeIs assertion for Laravel5 module.
Open
- Dominant language
- PHP
- Stars
- 87
- Forks
- 20
- PR merge metrics
- No merged PRs in 30d
Description
#### 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');
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.