Skip to content

Commit

Permalink
chore: remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasheartman committed Jun 5, 2024
1 parent 5190876 commit 9c0dfd1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions frontend/cypress/integration/feature/feature.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ describe('feature', () => {
const featureToggleName = `unleash-e2e-${randomId}`;
const projectName = `unleash-e2e-project-${randomId}`;

const variant1 = 'variant1';
const variant2 = 'variant2';

before(() => {
cy.runBefore();
cy.login_UI();
Expand Down

0 comments on commit 9c0dfd1

Please sign in to comment.