Skip to content

Commit f66fa60

Browse files
and-oliDevtools-frontend LUCI CQ
authored andcommitted
Use itScreenshot in screenshot test
It was changed by accident in https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6421725 Bug: none Change-Id: Ic4f674beb7df0ab1a70eda9b3a9617cfa8e63747 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6425301 Commit-Queue: Andres Olivares <[email protected]> Commit-Queue: Alina Varkki <[email protected]> Feels: Alina Varkki <[email protected]> Auto-Submit: Andres Olivares <[email protected]> Reviewed-by: Alina Varkki <[email protected]>
1 parent a853f7e commit f66fa60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/interactions/panels/performance/timeline/timeline_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ describe('Performance panel', function() {
117117
await assertElementScreenshotUnchanged(panel, 'performance/timeline-expand-network-panel-and-select-event.png');
118118
});
119119

120-
it('renders the window range bounds correctly when loading multiple profiles', async () => {
120+
itScreenshot('renders the window range bounds correctly when loading multiple profiles', async () => {
121121
await loadComponentDocExample('performance_panel/basic.html?cpuprofile=basic');
122122
let timingTitleHandle = await waitFor('.summary-range');
123123
let timingTitle = await timingTitleHandle.evaluate(element => element.innerHTML);

0 commit comments

Comments
 (0)