We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9efb38 commit 00869b0Copy full SHA for 00869b0
test/e2e/specs/editor/blocks/image.spec.js
@@ -729,7 +729,9 @@ test.describe( 'Image', () => {
729
} );
730
731
732
-test.describe( 'Image - interactivity', () => {
+// Skipped because the release won't have the behaviors UI.
733
+// So we cannot test that the behaviors inferface is present or its values.
734
+test.describe.skip( 'Image - interactivity', () => {
735
let filename = null;
736
737
test.beforeAll( async ( { requestUtils } ) => {
0 commit comments