Skip to content

Commit 3791cbd

Browse files
committed
refactor: capatilize test describe block titles
1 parent d5bd102 commit 3791cbd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/govtool-frontend/playwright/tests/4-proposal-visibility/proposalVisibility.dRep.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ test.describe("Logged in DRep", () => {
4949
);
5050
});
5151

52-
test.describe("vote context metadata anchor validation", () => {
52+
test.describe("Vote context metadata anchor validation", () => {
5353
let govActionDetailsPage: GovernanceActionDetailsPage;
5454
test.beforeEach(async ({ page }) => {
5555
const govActionsPage = new GovernanceActionsPage(page);

tests/govtool-frontend/playwright/tests/7-proposal-submission/proposalSubmission.loggedin.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ test.describe("Proposal created logged state", () => {
302302
});
303303
});
304304

305-
test.describe("proposed as a governance action", () => {
305+
test.describe("Proposed as a governance action", () => {
306306
let proposalSubmissionPage: ProposalSubmissionPage;
307307
test.beforeEach(async ({ page, proposalId }) => {
308308
const proposalDiscussionDetailsPage = new ProposalDiscussionDetailsPage(

tests/govtool-frontend/playwright/tests/9-outcomes/outcomes.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ test("9A. Should access Outcomes page in disconnect state", async ({
4141
await expect(page.getByText(/outcomes/i)).toHaveCount(2);
4242
});
4343

44-
test.describe("outcome details dependent test", () => {
44+
test.describe("Outcome details dependent test", () => {
4545
let governanceActionId: string | undefined;
4646
let governanceActionTitle: string | undefined;
4747
let currentPage: Page;

0 commit comments

Comments
 (0)