Skip to content

Commit

Permalink
fix QA workflow Github action
Browse files Browse the repository at this point in the history
  • Loading branch information
abertnamanya committed Aug 14, 2023
1 parent 89b2e46 commit a051970
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 a051970

Please sign in to comment.