Skip to content

Commit

Permalink
e2e fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
uo289267 committed Apr 20, 2024
1 parent c48eb0b commit a503257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/e2e/steps/gameMenu.steps.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const puppeteer = require('puppeteer');
const { defineFeature, loadFeature } = require('jest-cucumber');
const setDefaultOptions = require('expect-puppeteer').setDefaultOptions;

const feature = loadFeature('../features/gameMenu.feature');
const feature = loadFeature('./features/gameMenu.feature');

let page;
let browser;
Expand Down

0 comments on commit a503257

Please sign in to comment.