Skip to content

Commit

Permalink
Fixed test case for character limit
Browse files Browse the repository at this point in the history
  • Loading branch information
elsoazemelet committed Jan 20, 2025
1 parent bfed8fa commit a08c828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright-tests/tests/actionsOperation.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,6 @@ test.describe("Character limit", () => {
await configPage.removeAllActions();
await configPage.addAndEditCodeBlock(text);
await configPage.commitCode();
await expect(configPage.characterCount).toContainText("32");
await expect(configPage.characterCount).toContainText("23");
});
});

0 comments on commit a08c828

Please sign in to comment.