Skip to content

Commit

Permalink
remove test for disabled button
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Nov 25, 2024
1 parent 96bbf98 commit 23aa9b8
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,6 @@ test.describe("component testing", () => {
await expect(watchModeButton).toBeEnabled();

await runTestsButton.click();

await expect(runTestsButton).toBeDisabled();
await expect(watchModeButton).toBeDisabled();

await expect(testingModuleDescription).toContainText('Testing');
Expand Down

0 comments on commit 23aa9b8

Please sign in to comment.