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 <dsv@chromium.org> Reviewed-by: Ergün Erdoğmuş <ergunsh@chromium.org> Commit-Queue: Eric Leese <leese@chromium.org> Reviewed-by: Changhao Han <changhaohan@chromium.org> Reviewed-by: Eric Leese <leese@chromium.org>
1 parent 5872357 commit 117f7f3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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)