Skip to content

Commit dbef3a5

Browse files
CopilotneSpecc
andauthored
test: rename multi-instance shortcut test to describe exact behaviour
Agent-Logs-Url: https://github.com/codex-team/editor.js/sessions/1188405a-9b5c-490f-a89f-5613434f0858 Co-authored-by: neSpecc <3684889+neSpecc@users.noreply.github.com>
1 parent 95e9659 commit dbef3a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/cypress/tests/ui/InlineToolbar.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ describe('Inline Toolbar', () => {
176176
});
177177

178178
describe('Shortcuts', () => {
179-
it('should work when multiple editor instances are present on the same page', () => {
179+
it('should activate the focused editor\'s tool when shortcut is pressed with multiple instances on the page', () => {
180180
const toolActivated1 = cy.stub().as('toolActivated1');
181181
const toolActivated2 = cy.stub().as('toolActivated2');
182182

0 commit comments

Comments
 (0)