Skip to content

Commit 117f7f3

Browse files
danilsomsikovDevtools-frontend LUCI CQ
authored andcommitted
Skip WebAudioView placeholder test.
The test for showing the placeholder in WebAudioView is being skipped as it will be migrated to a screenshot test. Bug: None No-Presubmit: True No-Tree-Checks: True No-Try: True Change-Id: I133020a25ea4f5e23793c2d54b0524791f238a7e Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6862696 Auto-Submit: Danil Somsikov <[email protected]> Reviewed-by: Ergün Erdoğmuş <[email protected]> Commit-Queue: Eric Leese <[email protected]> Reviewed-by: Changhao Han <[email protected]> Reviewed-by: Eric Leese <[email protected]>
1 parent 5872357 commit 117f7f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

front_end/panels/web_audio/WebAudioView.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ describeWithEnvironment('WebAudioView', () => {
2222
} as unknown as UI.ShortcutRegistry.ShortcutRegistry);
2323
});
2424

25-
it('shows placeholder', () => {
25+
// Will migrate to screenshot test
26+
it.skip('[crbug.com/414631999] shows placeholder', () => {
2627
const view = new WebAudioView.WebAudioView();
2728
assert.exists(view.contentElement.querySelector('.empty-state'));
2829
assert.deepEqual(

0 commit comments

Comments
 (0)