fixes #4523 item_fixed-price_rate2 #1218

Merged
alexm merged 11 commits from 4523-item_fixed-price_rate2 into dev 2023-01-17 10:45:30 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit d18e360f73 - Show all commits

View File

@ -1,7 +1,7 @@
import selectors from '../../helpers/selectors.js';
import getBrowser from '../../helpers/puppeteer';
fdescribe('Item fixed prices path', () => {
describe('Item fixed prices path', () => {
let browser;
let page;
beforeAll(async() => {