Skip to content

Commit

Permalink
Fix capital case on Knowledge Box
Browse files Browse the repository at this point in the history
  • Loading branch information
mpellerin42 committed Oct 9, 2023
1 parent 53e4c19 commit 83adc97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/1-basic/2-kb-creation-flow.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ describe('KB creation flow', () => {

goTo('Manage account');
goTo('Knowledge boxes');
cy.contains('Add knowledge box').click();
cy.contains('Add Knowledge Box').click();
cy.get('app-kb-add [formcontrolname="title"] input').type(KB_NAME);
cy.get('app-kb-add [formcontrolname="description"] textarea').type('Some kb');
cy.get('app-kb-add').contains('Next').click();
Expand Down

0 comments on commit 83adc97

Please sign in to comment.