Skip to content

Commit

Permalink
fix track custom function test
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandra Sikora committed Jul 21, 2020
1 parent 893bacf commit a1b368f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion console/cypress/integration/data/functions/spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ export const unTrackFunction = () => {
};

export const trackFunction = () => {
cy.get(getElementFromAlias('toggle-trackable-functions')).click();
cy.get(
getElementFromAlias(`add-track-function-${getCustomFunctionName(1)}`)
).should('exist');
Expand Down

0 comments on commit a1b368f

Please sign in to comment.