Skip to content

Commit

Permalink
test: focus
Browse files Browse the repository at this point in the history
  • Loading branch information
Myllaume committed Nov 9, 2024
1 parent 6381736 commit 5f97474
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions e2e/focus.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,17 @@ describe('focus', () => {
});

it('should toggle index', () => {
cy.contains('Index').click();

cy.shouldIndexHasItems([
'Evergreen notes should be concept-oriented',
'Evergreen notes should be densely linked',
]);

cy.get('.graph-control-label').click();

cy.get('#menu-container').scrollTo('bottom');

cy.shouldIndexHasItems([
'Augmenting Human Intellect: A Conceptual Framework',
'Evergreen note titles are like APIs',
Expand Down

0 comments on commit 5f97474

Please sign in to comment.