Skip to content

Commit

Permalink
refactor: fix apps test
Browse files Browse the repository at this point in the history
  • Loading branch information
pyphilia committed Feb 18, 2022
1 parent 0d209c9 commit 72d8ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/item/apps/apps.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe('Apps', () => {
cy.checkContentInElementInIframe(
iframeSelector,
'ul',
'GET_AUTH_TOKEN_SUCCEEDED',
'GET_AUTH_TOKEN_SUCCESS',
);

// check app can get app-data
Expand Down

0 comments on commit 72d8ef7

Please sign in to comment.