bitovi / bitovi/funcunit

Chained .find()'s don't work with iframes

Open
#138 0 comments 0 reactions 0 assignees View on GitHub
p3
Dominant language
JavaScript
Stars
571
Forks
370
PR merge metrics
No merged PRs in 30d

Description

I attempted to do:

```
F('.session-menu', 0)
.visible('Session menu is visible')
.find('.dropdown-toggle')
.visible('Dropdown toggle is visible')
```

I wound up doing:

```
F('.session-menu', 0)
.visible('Session menu is visible')

F('.dropdown-toggle', 0)
.visible('Dropdown toggle is visible')
```

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.