diff --git a/tests/unit/CoreTableTest.php b/tests/unit/CoreTableTest.php index ae39dd18..10b5bb08 100644 --- a/tests/unit/CoreTableTest.php +++ b/tests/unit/CoreTableTest.php @@ -44,14 +44,6 @@ public function test_retrieve_core_table_attribute_fields() { nodes { editorBlocks(flat: true) { name - renderedHtml - ...on CoreTable { - attributes { - caption - align - anchor - } - } } } } diff --git a/tests/unit/CoreVideoTest.php b/tests/unit/CoreVideoTest.php index 8b1a6011..d45c2a5b 100644 --- a/tests/unit/CoreVideoTest.php +++ b/tests/unit/CoreVideoTest.php @@ -37,31 +37,12 @@ public function tearDown(): void { public function test_retrieve_core_video_attributes() { $query = ' - fragment CoreVideoBlockFragment on CoreVideo { - attributes { - align - anchor - autoplay - tracks - muted - caption - preload - src - playsInline - controls - loop - poster - id - } - } - query GetPosts { posts(first: 1) { nodes { databaseId editorBlocks(flat: true) { name - renderedHTML } } }