diff --git a/e2e/tests/functional/ui/inspector.e2e.spec.js b/e2e/tests/functional/ui/inspector.e2e.spec.js index cc1a2db380..82375ccffc 100644 --- a/e2e/tests/functional/ui/inspector.e2e.spec.js +++ b/e2e/tests/functional/ui/inspector.e2e.spec.js @@ -222,7 +222,7 @@ test.describe('Inspector tests', () => { }); test(`Inspector tabs show the correct tabs per view and mode`, async ({ page }) => { - // Convert the nested loops to for...of which supports await + // loop through each view type for (const view of Object.keys(viewsTabsMatrix)) { const viewConfig = viewsTabsMatrix[view]; const createOptions = {