Skip to content

Commit

Permalink
ENH: removes unused vars from integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
amanramoliya committed Aug 16, 2023
1 parent f109d13 commit 6ba1cdd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions admin/src/test/UpdateCourseIntegration.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,6 @@ describe("test update course", () => {
fireEvent.change(credit, { target: { value: "10" } });
});

const ResourceUrlPlaceholder =
screen.getByPlaceholderText("Enter resource URL");

const addResourceUrlButton = screen.getByTestId("Add Resource Url");
fireEvent.click(addResourceUrlButton);

Expand All @@ -107,7 +104,6 @@ describe("test update course", () => {
});
});

const TestUrlPlaceholder = screen.getByPlaceholderText("Enter Test URL");
const addTestUrlButton = screen.getByTestId("Add Test Url");
fireEvent.click(addTestUrlButton);

Expand Down

0 comments on commit 6ba1cdd

Please sign in to comment.