Skip to content

Commit ec1f6a3

Browse files
committed
Lint
Signed-off-by: Luciano Resende <lresende@apple.com>
1 parent fa0466e commit ec1f6a3

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

cypress/tests/codesnippetfromselectedcells.cy.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,8 @@ const openCellContextMenuWithSnippetItem = (retries = 5): void => {
126126
cy.get('.lm-Menu', { timeout: 10000 }).should('be.visible');
127127
cy.get('body').then(($body) => {
128128
if (
129-
$body.find(
130-
'li.lm-Menu-item[data-command="codesnippet:save-as-snippet"]'
131-
).length === 0 &&
129+
$body.find('li.lm-Menu-item[data-command="codesnippet:save-as-snippet"]')
130+
.length === 0 &&
132131
retries > 0
133132
) {
134133
// Dismiss menu and retry

0 commit comments

Comments
 (0)