Skip to content

Commit

Permalink
Merge pull request #506 from abertnamanya/fix-qa-workflow
Browse files Browse the repository at this point in the history
Fix qa workflow
  • Loading branch information
mozzy11 authored Aug 14, 2023
2 parents 4be1839 + a051970 commit 29829d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/cypress.config.ts → frontend/cypress.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { defineConfig } from "cypress";
const { defineConfig } = require('cypress')

export default defineConfig({
module.exports = defineConfig({
viewportWidth: 1200,
viewportHeight: 700,
e2e: {
Expand Down

0 comments on commit 29829d4

Please sign in to comment.