Codeception / Codeception/lib-innerbrowser

Request to add seeAttributeIs assertion for Laravel5 module.

Open
#21 3 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.