Skip to content

Commit

Permalink
Small changes to AddPrefixInput.test, opensearch_dashboards.json
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Hesterman <phestech@amazon.com>
  • Loading branch information
phestecAMZN committed Oct 18, 2022
1 parent d63950e commit 9d3a850
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion cypress/integration/snapshots_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ describe("Snapshots", () => {

cy.contains("Deleted snapshot");
cy.contains("No items found");

});
})
});
2 changes: 1 addition & 1 deletion opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "indexManagementDashboards",
"version": "2.4.0",
"version": "2.4.0.0",
"opensearchDashboardsVersion": "2.4.0",
"configPath": [
"opensearch_index_management"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ describe("AddPrefixInput component", () => {
expect(screen.getByText("Specify prefix for restored index names")).toBeInTheDocument();
expect(screen.getByTestId("prefixInput")).toBeInTheDocument();

cleanup();

const { container } = render(<AddPrefixInput {...testProps} />);

expect(container).toMatchSnapshot();
Expand Down

0 comments on commit 9d3a850

Please sign in to comment.