Skip to content

Commit de4c9bb

Browse files
danilsomsikovDevtools-frontend LUCI CQ
authored andcommitted
Use unqualified lit identifiers and ScriptLocationLink in the FrameDetails View
Bug: 407750239 Change-Id: I27a8f9c210aad4e023a20296db0a79b100c765c3 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/7145860 Reviewed-by: Wolfgang Beyer <[email protected]> Commit-Queue: Danil Somsikov <[email protected]>
1 parent efd29ef commit de4c9bb

File tree

3 files changed

+72
-81
lines changed

3 files changed

+72
-81
lines changed

front_end/panels/application/components/FrameDetailsView.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import {
1010
getCleanTextContentFromElements,
1111
getElementsWithinComponent,
1212
getElementWithinComponent,
13+
raf,
1314
renderElementIntoDOM,
1415
} from '../../../testing/DOMHelpers.js';
1516
import {createTarget} from '../../../testing/EnvironmentHelpers.js';
@@ -254,6 +255,7 @@ report-uri: https://www.example.com/csp`,
254255
const adScriptAncestryExpandableButton = adScriptAncestryList.shadowRoot!.querySelector('button');
255256
assert.exists(adScriptAncestryExpandableButton);
256257
adScriptAncestryExpandableButton!.click();
258+
await raf();
257259

258260
const adScriptAncestryItems =
259261
adScriptAncestryList!.shadowRoot!.querySelectorAll('.expandable-list-items .devtools-link');

0 commit comments

Comments
 (0)