Skip to content

Commit

Permalink
trival test name update
Browse files Browse the repository at this point in the history
  • Loading branch information
yesil committed Nov 20, 2024
1 parent 0b3f2ef commit c6abcff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion studio/test/editor-panel.test.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
);
});

it('discards changes', async () => {
it('implements "discard changes"', async () => {
const discardButton =
editorPanel.shadowRoot.getElementById('btnDiscard');
expect(discardButton.disabled).to.be.true;
Expand Down

0 comments on commit c6abcff

Please sign in to comment.