mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-30 22:34:01 -05:00
Skipped admin-x-demo tests (#21221)
no ref These are flaky on CI this week and we're not currently making use of this demo.
This commit is contained in:
parent
8b26b52513
commit
ed2828861c
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
import {expect, test} from '@playwright/test';
|
||||
import {mockApi, responseFixtures} from '@tryghost/admin-x-framework/test/acceptance';
|
||||
|
||||
test.describe('Demo', async () => {
|
||||
test.describe.skip('Demo', async () => {
|
||||
test('Renders the list page', async ({page}) => {
|
||||
await mockApi({page, requests: {
|
||||
browseSettings: {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
import ListPage from '../../src/ListPage';
|
||||
import {render, screen} from '@testing-library/react';
|
||||
|
||||
describe('Demo', function () {
|
||||
describe.skip('Demo', function () {
|
||||
it('renders a component', async function () {
|
||||
render(<ListPage />);
|
||||
|
||||
|
|
Loading…
Reference in a new issue