-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add regression E2E test for the classic block initialization issue (#…
…25169) Adds a regression test in the client block E2E spec to avoid the regression of the Classic block, per this issue: #24696, as suggested in #25162 (comment). Co-authored-by: Bernie Reiter <[email protected]>
- Loading branch information
1 parent
7e8ab3a
commit d7cda50
Showing
2 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
packages/e2e-tests/specs/editor/blocks/__snapshots__/classic.test.js.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`Classic Should not fail after save/reload 1`] = `"test"`; | ||
|
||
exports[`Classic should be inserted 1`] = `"test"`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters