Skip to content

Commit

Permalink
add comment re StarterBrickName
Browse files Browse the repository at this point in the history
  • Loading branch information
mnholtz committed May 1, 2024
1 parent 94044a0 commit af41a82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions end-to-end-tests/pageObjects/pageEditorPage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ import { getBasePageEditorUrl } from "./constants";
import { type BrowserContext, type Page } from "@playwright/test";
import { expect } from "../fixtures/extensionBase";

// TODO: add the rest of the starter brick names (as they appear in the UI) or
// reuse a type from the codebase if it exists
export type StarterBrickName = "Context Menu" | "Trigger" | "Button";

export class PageEditorPage {
Expand Down

0 comments on commit af41a82

Please sign in to comment.