Skip to content

Commit

Permalink
Merge branch 'main' into sendit
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminpaige committed Oct 23, 2024
2 parents 5b1ae69 + c61c209 commit 2cf8791
Show file tree
Hide file tree
Showing 14 changed files with 98 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/e2e/tests/home/appendixKamendment.spec.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { test } from "@playwright/test";

test.describe.skip("Form Submission", async () => {
// comment this out until we need it
// test.beforeAll();
test("Create and submit an Appendix K Amendment Waiver", () => {});
});
7 changes: 7 additions & 0 deletions test/e2e/tests/home/capitatedamendwaiver.spec.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { test } from "@playwright/test";

test.describe.skip("Form Submission", async () => {
// comment this out until we need it
// test.beforeAll();
test("Create and submit a Capitated Amendment Waiver", () => {});
});
7 changes: 7 additions & 0 deletions test/e2e/tests/home/capitatedinitialwaiver.spec.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { test } from "@playwright/test";

test.describe.skip("Form Submission", async () => {
// comment this out until we need it
// test.beforeAll();
test("Create and submit a Capitated Initial Waiver", () => {});
});
7 changes: 7 additions & 0 deletions test/e2e/tests/home/capitatedrenewalwaiver.spec.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { test } from "@playwright/test";

test.describe.skip("Form Submission", async () => {
// comment this out until we need it
// test.beforeAll();
test("Create and submit a Capitated Renewal Waiver", () => {});
});
7 changes: 7 additions & 0 deletions test/e2e/tests/home/chipspa.spec.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { test } from "@playwright/test";

test.describe.skip("Form Submission", async () => {
// comment this out until we need it
// test.beforeAll();
test("Create and submit a CHIP SPA", () => {});
});
7 changes: 7 additions & 0 deletions test/e2e/tests/home/contractingamendwaiver.spec.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { test } from "@playwright/test";

test.describe.skip("Form Submission", async () => {
// comment this out until we need it
// test.beforeAll();
test("Create and submit a Contracting Amendment Waiver", () => {});
});
7 changes: 7 additions & 0 deletions test/e2e/tests/home/contractinginitialwaiver.spec.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { test } from "@playwright/test";

test.describe.skip("Form Submission", async () => {
// comment this out until we need it
// test.beforeAll();
test("Create and submit a Contracting Initial Waiver", () => {});
});
7 changes: 7 additions & 0 deletions test/e2e/tests/home/contractingrenewalwaiver.spec.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { test } from "@playwright/test";

test.describe.skip("Form Submission", async () => {
// comment this out until we need it
// test.beforeAll();
test("Create and submit a Contracting Renewal Waiver", () => {});
});
7 changes: 7 additions & 0 deletions test/e2e/tests/home/exportfeature.spec.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { test } from "@playwright/test";

test.describe.skip("Form Submission", async () => {
// comment this out until we need it
// test.beforeAll();
test("Verify the export feature", () => {});
});
7 changes: 7 additions & 0 deletions test/e2e/tests/home/filters.spec.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { test } from "@playwright/test";

test.describe.skip("Form Submission", async () => {
// comment this out until we need it
// test.beforeAll();
test("Verify records displayed on the Dashboard based on the filter selection by clicking the Filters button", () => {});
});
7 changes: 7 additions & 0 deletions test/e2e/tests/home/medicaidspa.spec.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { test } from "@playwright/test";

test.describe.skip("Form Submission", async () => {
// comment this out until we need it
// test.beforeAll();
test("Create and submit a Medicaid SPA", () => {});
});
7 changes: 7 additions & 0 deletions test/e2e/tests/home/packagedetailspage.spec.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { test } from "@playwright/test";

test.describe.skip("Form Submission", async () => {
// comment this out until we need it
// test.beforeAll();
test("Verify that the given details displayed on the package details page for any form type", () => {});
});
7 changes: 7 additions & 0 deletions test/e2e/tests/home/tempextension.spec.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { test } from "@playwright/test";

test.describe.skip("Form Submission", async () => {
// comment this out until we need it
// test.beforeAll();
test("Create and submit a Temporary Extension Waiver", () => {});
});
7 changes: 7 additions & 0 deletions test/e2e/tests/home/userprofile.spec.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { test } from "@playwright/test";

test.describe.skip("Form Submission", async () => {
// comment this out until we need it
// test.beforeAll();
test("Click on user account button and verify the user details.", () => {});
});

0 comments on commit 2cf8791

Please sign in to comment.