Skip to content

Commit

Permalink
test: expect plain element option anywhere in the menu
Browse files Browse the repository at this point in the history
  • Loading branch information
jarekdanielak committed Jan 24, 2025
1 parent f963e20 commit 9d237e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ describe('<RemoveTemplateReplaceProvider>', function() {
const entries = Object.keys(getEntries());
const entryIndex = entries.indexOf('replace-remove-element-template');

expect(entryIndex).to.eql(0);
expect(entryIndex).to.greaterThanOrEqual(0);
}));

});
Expand Down

0 comments on commit 9d237e7

Please sign in to comment.