Skip to content

Commit

Permalink
fix: add logo-clicking to tests (#3500)
Browse files Browse the repository at this point in the history
* add logo-clicking to tests

* bump elliptic version

* Update yarn.lock

Co-authored-by: Andy Brown <asbrown002@gmail.com>
  • Loading branch information
beyackle and a-b-r-o-w-n authored Jun 26, 2020
1 parent 4fdf2db commit b181c1f
Show file tree
Hide file tree
Showing 3 changed files with 4,878 additions and 4,876 deletions.
3 changes: 3 additions & 0 deletions Composer/cypress/integration/LGPage.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ context('LG Page', () => {
// back to table view
cy.get('@switchButton').click();

// click the logo to clear any stray navigation
cy.findByAltText('Composer Logo').click();

// nav to Main dialog
cy.findByTestId('ProjectTree').within(() => {
cy.findByText('__TestTodoSample').click();
Expand Down
Loading

0 comments on commit b181c1f

Please sign in to comment.