feat(Page): introduce Page bringToFront method (#1252)

This patch introduces Page.bringToFront method to activate tabs.

Fixes #1244
This commit is contained in:
Schelkun
2017-11-08 00:17:36 +03:00
committed by Andrey Lushnikov
parent 9de34499ef
commit 77f585298f
3 changed files with 12 additions and 1 deletions

View File

@@ -3118,7 +3118,7 @@ describe('Page', function() {
if (process.env.COVERAGE) {
describe('COVERAGE', function(){
const coverage = helper.publicAPICoverage();
const disabled = new Set();
const disabled = new Set(['page.bringToFront']);
if (!headless)
disabled.add('page.pdf');