Skip to content

Commit

Permalink
fix: remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
spaenleh committed Oct 8, 2024
1 parent 1ac7230 commit 37e5afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/appAnalytics.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const checkContainAppAnalytics = () => {
cy.get(`#${APPS_ID}`).should('exist');
};

describe.only('Check An App Item has an app analytics ', () => {
describe('Check An App Item has an app analytics ', () => {
beforeEach(() => {
cy.setUpApi({ items: [CALC_APP_ITEM] });
});
Expand Down

0 comments on commit 37e5afc

Please sign in to comment.