run last one
All checks were successful
it-academy/dry-wash-pl/pipeline/head This commit looks good
it-academy/dry-wash-pl/pipeline/pr-main This commit looks good

This commit is contained in:
Primakov Alexandr Alexandrovich 2025-02-20 14:15:25 +03:00
parent cee124fca5
commit 7b3889aa02

View File

@ -4,7 +4,7 @@ import React from 'react';
import { AppContext } from '../../../__mocks__/app-context-mock'; import { AppContext } from '../../../__mocks__/app-context-mock';
import Page from '../order-create'; import Page from '../order-create';
describe.skip('Create Order page', () => { describe('Create Order page', () => {
test('renders page structure', () => { test('renders page structure', () => {
const { container } = render( const { container } = render(
<AppContext> <AppContext>