test: migrate to helpers & disabled tests list (#37513)
* test: migrate to helpers & disabled tests list * can't disable a test suite * correct condition * address review comments
This commit is contained in:
parent
58f3c0ee37
commit
b8a21dbcd7
20 changed files with 95 additions and 117 deletions
|
@ -589,9 +589,9 @@ describe('chrome extensions', () => {
|
|||
});
|
||||
});
|
||||
|
||||
// TODO(nornagon): real extensions don't load on file: urls, so this
|
||||
// FIXME(nornagon): real extensions don't load on file: urls, so this
|
||||
// test needs to be updated to serve its content over http.
|
||||
describe.skip('supports "all_frames" option', () => {
|
||||
xdescribe('supports "all_frames" option', () => {
|
||||
const contentScript = path.resolve(fixtures, 'extensions/content-script');
|
||||
|
||||
// Computed style values
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue