Skip to content

Commit

Permalink
Fix test suite name (#6270)
Browse files Browse the repository at this point in the history
## Problem
The name of the test suite for grid resizing didn't match the file name
(and actually was the same as another test suite's name), which could
lead to confusion and frustration

## Fix
Change its name to match the file it's in
  • Loading branch information
bkrmendy authored Aug 28, 2024
1 parent f2a2337 commit 11ece05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ async function runCellResizeTest(
)
}

describe('grid rearrange move strategy', () => {
describe('grid resize element strategy', () => {
describe('column-end', () => {
it('can enlarge element', async () => {
const editor = await renderTestEditorWithCode(ProjectCode, 'await-first-dom-report')
Expand Down

0 comments on commit 11ece05

Please sign in to comment.