Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Re-enable test of insecure content in private frame in favor of #4469
Browse files Browse the repository at this point in the history
It was added to this list:

Auditors: @bbondy
  • Loading branch information
darkdh committed Nov 7, 2016
1 parent 3715481 commit ad0a77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/components/navigationBarTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ describe('navigationBar', function () {
)
})
})
it.skip('Limit effect of running insecure content in private frame', function * () {
it('Limit effect of running insecure content in private frame', function * () {
const page1Url = 'https://mixed-script.badssl.com/'
yield this.app.client
.ipcSend(messages.SHORTCUT_NEW_FRAME, page1Url, { isPrivate: true })
Expand Down

1 comment on commit ad0a77b

@darkdh
Copy link
Member Author

@darkdh darkdh commented on ad0a77b Nov 7, 2016

Choose a reason for hiding this comment

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

It was added to this list:
#5389

Please sign in to comment.