Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions e2e/tests/settings/administrator/payment-details.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ test.describe("Company administrator settings - payment details", () => {

await withinModal(
async () => {
await expect(stripePaymentFrame.getByLabel("Test Institution")).toBeVisible();
await stripePaymentFrame.getByLabel("Test Institution").click();
await stripeBankFrame.getByTestId("agree-button").click();
await stripeBankFrame.getByTestId("success").click();
Expand All @@ -62,6 +63,7 @@ test.describe("Company administrator settings - payment details", () => {
await page.getByRole("button", { name: "Edit" }).click();
await withinModal(
async () => {
await expect(stripePaymentFrame.getByLabel("Test Institution")).toBeVisible();
await stripePaymentFrame.getByLabel("Test Institution").click();
await stripeBankFrame.getByTestId("agree-button").click();
await stripeBankFrame.getByTestId("high balance").click();
Expand Down