Skip to content

Commit

Permalink
run tests only on chorm e
Browse files Browse the repository at this point in the history
  • Loading branch information
kcinay055679 committed Nov 16, 2023
1 parent 23d3526 commit 7440aea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/cypress/e2e/scoring.cy.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
import * as users from '../fixtures/users.json';
import { getPercentageMetric, getPercentageOrdinal } from 'cypress/support/scoringSupport';
import { onlyOn } from '@cypress/skip-test';

describe('Scoring component e2e tests', () => {
beforeEach(() => {
cy.loginAsUser(users.gl);
onlyOn('chrome');
});

[
Expand Down

0 comments on commit 7440aea

Please sign in to comment.