Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(frame-tested): run without respondable #2942

Merged
merged 6 commits into from Jun 16, 2021
Merged

fix(frame-tested): run without respondable #2942

merged 6 commits into from Jun 16, 2021

Conversation

straker
Copy link
Contributor

@straker straker commented May 17, 2021

Be able to run the frame-tested rule without using respondable.

Closes issue: #2939

@straker straker requested a review from a team as a code owner May 17, 2021 17:09
lib/checks/media/frame-tested-after.js Show resolved Hide resolved
lib/checks/media/frame-tested-after.js Outdated Show resolved Hide resolved
function frameTestedAfter(results) {
const iframes = {};

return results.filter(result => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well I'll be damned! I did not know you could do a filter in after.

test/checks/media/frame-tested.js Outdated Show resolved Hide resolved
test/checks/media/frame-tested.js Outdated Show resolved Hide resolved
@straker straker merged commit c046114 into develop Jun 16, 2021
@straker straker deleted the frame-tested branch June 16, 2021 14:47
WilcoFiers pushed a commit that referenced this pull request Jun 17, 2021
* fix(frame-tested): run without respondable

* revert playground and files

* add after tests

* work with shadow dom

* fixes

* show undefined for all tests
clottman pushed a commit that referenced this pull request Jun 17, 2021
* fix(frame-tested): run without respondable

* revert playground and files

* add after tests

* work with shadow dom

* fixes

* show undefined for all tests
straker added a commit that referenced this pull request Jun 22, 2021
* fix(frame-tested): run without respondable

* revert playground and files

* add after tests

* work with shadow dom

* fixes

* show undefined for all tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants