update comment

This commit is contained in:
Jamie V 2025-02-21 11:37:56 -08:00
parent 243bc2bb9b
commit 850c015889

View File

@ -222,7 +222,7 @@ test.describe('Inspector tests', () => {
}); });
test(`Inspector tabs show the correct tabs per view and mode`, async ({ page }) => { 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)) { for (const view of Object.keys(viewsTabsMatrix)) {
const viewConfig = viewsTabsMatrix[view]; const viewConfig = viewsTabsMatrix[view];
const createOptions = { const createOptions = {