lib-innerbrowser icon indicating copy to clipboard operation
lib-innerbrowser copied to clipboard

Request to add seeAttributeIs assertion for Laravel5 module.

Open grahamsutton opened this issue 8 years ago • 3 comments

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');

grahamsutton avatar Jul 19 '17 04:07 grahamsutton

Also, I'd like to have myself assigned to this issue if/when approved. Thanks!

grahamsutton avatar Jul 19 '17 18:07 grahamsutton

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?

janhenkgerritsen avatar Jul 20 '17 08:07 janhenkgerritsen

I think that such method would be useful.

Naktibalda avatar Sep 23 '17 22:09 Naktibalda