Skip to content

Commit

Permalink
fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyLaw committed Jun 21, 2021
1 parent f0bb3e7 commit bca78fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ context('breadcrumb', () => {
cy.findByTestId('DialogHeader-TestBot_TestSample').click();
// cy.findByText('Change').click();
cy.findByTestId('openRecognizerDialog').click();
cy.findByText('Regular expression recognizer').click();
cy.findByText('Regular expression').click();
cy.findByText('Done').click();

//onintent trigger
Expand Down

0 comments on commit bca78fe

Please sign in to comment.