Skip to content

Commit

Permalink
chore: wip debug
Browse files Browse the repository at this point in the history
  • Loading branch information
theodesp committed Aug 14, 2024
1 parent 6a4aa19 commit 8ea5aaf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 27 deletions.
8 changes: 0 additions & 8 deletions tests/unit/CoreTableTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,6 @@ public function test_retrieve_core_table_attribute_fields() {
nodes {
editorBlocks(flat: true) {
name
renderedHtml
...on CoreTable {
attributes {
caption
align
anchor
}
}
}
}
}
Expand Down
19 changes: 0 additions & 19 deletions tests/unit/CoreVideoTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
}
Expand Down

0 comments on commit 8ea5aaf

Please sign in to comment.