diff --git a/packages/block-library/src/audio/test/__snapshots__/edit.native.js.snap b/packages/block-library/src/audio/test/__snapshots__/edit.native.js.snap
index e37c7fa107102..dca3f782efc67 100644
--- a/packages/block-library/src/audio/test/__snapshots__/edit.native.js.snap
+++ b/packages/block-library/src/audio/test/__snapshots__/edit.native.js.snap
@@ -133,7 +133,7 @@ exports[`Audio block renders audio block error state without crashing 1`] = `
]
}
>
-
-
-
+ }
+ textAlign="center"
+ triggerKeyCodes={[]}
+ />
@@ -373,7 +359,7 @@ exports[`Audio block renders audio file without crashing 1`] = `
]
}
>
-
-
-
+ }
+ textAlign="center"
+ triggerKeyCodes={[]}
+ />
diff --git a/packages/block-library/src/file/test/__snapshots__/edit.native.js.snap b/packages/block-library/src/file/test/__snapshots__/edit.native.js.snap
index a14a1de7b76bc..5ce876137ade0 100644
--- a/packages/block-library/src/file/test/__snapshots__/edit.native.js.snap
+++ b/packages/block-library/src/file/test/__snapshots__/edit.native.js.snap
@@ -64,7 +64,7 @@ exports[`File block renders file error state without crashing 1`] = `
]
}
>
-
- File name
",
- }
+ }
+ text={
+ {
+ "eventCount": undefined,
+ "linkTextColor": undefined,
+ "selection": null,
+ "tag": "p",
+ "text": "File name
",
}
- textAlign="left"
- triggerKeyCodes={[]}
- />
-
+ }
+ textAlign="left"
+ triggerKeyCodes={[]}
+ />
@@ -343,7 +315,7 @@ exports[`File block renders file without crashing 1`] = `
]
}
>
-
- File name",
- }
+ }
+ text={
+ {
+ "eventCount": undefined,
+ "linkTextColor": undefined,
+ "selection": null,
+ "tag": "p",
+ "text": "File name
",
}
- textAlign="left"
- triggerKeyCodes={[]}
- />
-
+ }
+ textAlign="left"
+ triggerKeyCodes={[]}
+ />
-
- Download",
- }
+ }
+ text={
+ {
+ "eventCount": undefined,
+ "linkTextColor": undefined,
+ "selection": null,
+ "tag": "p",
+ "text": "Download
",
}
- textAlign="center"
- triggerKeyCodes={[]}
- />
-
+ }
+ textAlign="center"
+ triggerKeyCodes={[]}
+ />
diff --git a/packages/block-library/src/search/test/__snapshots__/edit.native.js.snap b/packages/block-library/src/search/test/__snapshots__/edit.native.js.snap
index dd0c7aa1694f4..e40797aea5775 100644
--- a/packages/block-library/src/search/test/__snapshots__/edit.native.js.snap
+++ b/packages/block-library/src/search/test/__snapshots__/edit.native.js.snap
@@ -19,7 +19,7 @@ exports[`Search Block renders block with button inside option 1`] = `
]
}
>
-
- Search",
- }
+ }
+ text={
+ {
+ "eventCount": undefined,
+ "linkTextColor": undefined,
+ "selection": null,
+ "tag": "p",
+ "text": "Search
",
}
- triggerKeyCodes={[]}
- />
-
+ }
+ triggerKeyCodes={[]}
+ />
-
- Search Button",
- }
+ }
+ text={
+ {
+ "eventCount": undefined,
+ "linkTextColor": undefined,
+ "selection": null,
+ "tag": "p",
+ "text": "Search Button
",
}
- textAlign="center"
- triggerKeyCodes={[]}
- />
-
+ }
+ textAlign="center"
+ triggerKeyCodes={[]}
+ />
@@ -261,7 +233,7 @@ exports[`Search Block renders block with icon button option matches snapshot 1`]
]
}
>
-
- Search",
- }
+ }
+ text={
+ {
+ "eventCount": undefined,
+ "linkTextColor": undefined,
+ "selection": null,
+ "tag": "p",
+ "text": "Search
",
}
- triggerKeyCodes={[]}
- />
-
+ }
+ triggerKeyCodes={[]}
+ />
-
- Search Button",
- }
+ }
+ text={
+ {
+ "eventCount": undefined,
+ "linkTextColor": undefined,
+ "selection": null,
+ "tag": "p",
+ "text": "Search Button
",
}
- textAlign="center"
- triggerKeyCodes={[]}
- />
-
+ }
+ textAlign="center"
+ triggerKeyCodes={[]}
+ />
@@ -573,7 +517,7 @@ exports[`Search Block renders with default configuration matches snapshot 1`] =
]
}
>
-
- Search",
- }
+ }
+ text={
+ {
+ "eventCount": undefined,
+ "linkTextColor": undefined,
+ "selection": null,
+ "tag": "p",
+ "text": "Search
",
}
- triggerKeyCodes={[]}
- />
-
+ }
+ triggerKeyCodes={[]}
+ />
-
- Search Button",
- }
+ }
+ text={
+ {
+ "eventCount": undefined,
+ "linkTextColor": undefined,
+ "selection": null,
+ "tag": "p",
+ "text": "Search Button
",
}
- textAlign="center"
- triggerKeyCodes={[]}
- />
-
+ }
+ textAlign="center"
+ triggerKeyCodes={[]}
+ />
@@ -815,7 +731,7 @@ exports[`Search Block renders with no-button option matches snapshot 1`] = `
]
}
>
-
- Search",
- }
+ }
+ text={
+ {
+ "eventCount": undefined,
+ "linkTextColor": undefined,
+ "selection": null,
+ "tag": "p",
+ "text": "Search
",
}
- triggerKeyCodes={[]}
- />
-
+ }
+ triggerKeyCodes={[]}
+ />
+
-
+
);
}
}