Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix animation options karma test #7069

Merged
merged 6 commits into from
Apr 8, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
skip flaky test
  • Loading branch information
Emily Bartman committed Apr 7, 2021
commit 57eefac0d958208b54e6fc7331d6646cd415ce97
Original file line number Diff line number Diff line change
@@ -24,7 +24,9 @@ import {

describe('Inserting Media from Dialog', () => {
// Uses the existence of the element's frame element as an indicator for successful insertion.
it('should insert an image by clicking on it', async () => {
// TODO #7107
// eslint-disable-next-line jest/no-disabled-tests
it.skip('should insert an image by clicking on it', async () => {
await createNewStory();

await expect(page).not.toMatchElement('[data-testid="FrameElement"]');