Skip to content

Commit

Permalink
fix: test assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
JGAntunes committed Oct 14, 2024
1 parent 675c9e6 commit c26e0ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/upgrade_service/UpgradeService.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ describe("UpgradeService", () => {
</MemoryRouter>
);

await findByTestId("preflight-check-area");
await findByTestId("deploy-and-confirm-area");

expect(getByText("Back: Config")).toBeDisabled();
});
Expand Down

0 comments on commit c26e0ae

Please sign in to comment.