Skip to content

Commit bbe91d3

Browse files
committed
fix: flacky test
1 parent d543975 commit bbe91d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cypress/e2e/analytics/main.cy.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ describe('Analytics View', () => {
5454

5555
describe('frequent words section', () => {
5656
it('check count of frequent word', () => {
57+
cy.get(`#${ADD_CUSTOM_WORD_INPUT_ID}`).type('complex{enter}');
5758
cy.get(
5859
`#${buildKeywordChipId('complex')} #${KEYWORD_CHIP_COUNT_ID}`,
5960
).should('have.text', 2);

0 commit comments

Comments
 (0)