lib-innerbrowser
lib-innerbrowser copied to clipboard
Request to add seeAttributeIs assertion for Laravel5 module.
What are you trying to achieve?
I wanted to request adding a seeAttributeIs assertion for functional tests in the Laravel5 module.
// sample code
$I->seeAttributeIs($selector = '.product:first-child', $attribute = 'data-id', $value = '1');
Also, I'd like to have myself assigned to this issue if/when approved. Thanks!
This is not really Laravel specific, it can probably be implemented in Codeception/Lib/InnerBrowser so that it will also be available to other modules.
What do you think @DavertMik?
I think that such method would be useful.