We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d543975 commit bbe91d3Copy full SHA for bbe91d3
cypress/e2e/analytics/main.cy.ts
@@ -54,6 +54,7 @@ describe('Analytics View', () => {
54
55
describe('frequent words section', () => {
56
it('check count of frequent word', () => {
57
+ cy.get(`#${ADD_CUSTOM_WORD_INPUT_ID}`).type('complex{enter}');
58
cy.get(
59
`#${buildKeywordChipId('complex')} #${KEYWORD_CHIP_COUNT_ID}`,
60
).should('have.text', 2);
0 commit comments