Skip to content

Commit 009eee8

Browse files
authored
fix: conflicting merges, changed the name. Update test. (#5611)
1 parent 8338070 commit 009eee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/e2e/shared/editor.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ describe('Editor+LSP communication', () => {
101101
if (!$toggle.hasClass('active')) {
102102
// hasClass is a jQuery function
103103
$toggle.click()
104-
cy.getByTestID('flux-query-builder--menu').contains('New Script')
104+
cy.getByTestID('flux-query-builder--menu').contains('Clear')
105105
}
106106
})
107107
})

0 commit comments

Comments
 (0)