Skip to content

Commit

Permalink
remove accidental only
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <[email protected]>
  • Loading branch information
derek-ho committed Aug 29, 2023
1 parent 0294777 commit 542b944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cypress/integration/7_app_analytics.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ describe('Setting availability', () => {
});
});

describe.only('Viewing application', () => {
describe('Viewing application', () => {
beforeEach(() => {
moveToApplication(nameOne);
});
Expand Down

0 comments on commit 542b944

Please sign in to comment.