Codeception / lib-innerbrowser

InnerBrowser
MIT License
79 stars 19 forks source link

Request to add seeAttributeIs assertion for Laravel5 module. #21

Open grahamsutton opened 7 years ago

grahamsutton commented 7 years ago

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 commented 7 years ago

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

janhenkgerritsen commented 7 years ago

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?

Naktibalda commented 6 years ago

I think that such method would be useful.