Skip to content

Commit

Permalink
ran prettier on BasePage.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
aasimsyed committed May 2, 2024
1 parent 6e156ed commit 3f21e93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/tests/page-objects/BasePage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ export default abstract class BasePage {
}

public static readonly urls = {
REQUEST_ACCESS_URL: "https://app.formbricks.com/s/clvn9ywe21css8wqpt1hee57a",
REQUEST_ACCESS_URL:
"https://app.formbricks.com/s/clvn9ywe21css8wqpt1hee57a",
};

public get getPage(): Page {
Expand Down

0 comments on commit 3f21e93

Please sign in to comment.