Skip to content

Commit

Permalink
Drop unnecessary test
Browse files Browse the repository at this point in the history
This is now tested in the PersistentTaskProgressMonitorAlert component
  • Loading branch information
davelopez committed Jul 8, 2024
1 parent e3cfa01 commit 286e805
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,6 @@ describe("InvocationExportPluginCard", () => {
expect(remoteExportButton.exists()).toBeTruthy();
});

it("should generate the expected download URL for the invocation", () => {
const downloadButton = wrapper.find(".download-button");
expect(downloadButton.attributes("downloadendpoint")).toBe(
`/api/invocations/${FAKE_INVOCATION_ID}/prepare_store_download`
);
});

it("should display a button for each additional action", () => {
const actionButtons = wrapper.findAll(".action-button");
expect(actionButtons.length).toBe(FAKE_EXPORT_PLUGIN.additionalActions.length);
Expand Down

0 comments on commit 286e805

Please sign in to comment.