-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
migrate column block e2e tests to playwright
- Loading branch information
1 parent
5aa9f34
commit fc8a8c8
Showing
7 changed files
with
409 additions
and
0 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
playwright/e2e/column/__snapshots__/change-background-color-chromium.txt
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<!-- wp:wp-bootstrap-blocks/row --> | ||
<!-- wp:wp-bootstrap-blocks/column {"sizeMd":6,"bgColor":"secondary"} /--> | ||
|
||
<!-- wp:wp-bootstrap-blocks/column {"sizeMd":6} /--> | ||
<!-- /wp:wp-bootstrap-blocks/row --> |
5 changes: 5 additions & 0 deletions
5
playwright/e2e/column/__snapshots__/change-column-size-1-chromium.txt
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<!-- wp:wp-bootstrap-blocks/row --> | ||
<!-- wp:wp-bootstrap-blocks/column {"sizeMd":6,"equalWidthLg":true} /--> | ||
|
||
<!-- wp:wp-bootstrap-blocks/column {"sizeMd":6} /--> | ||
<!-- /wp:wp-bootstrap-blocks/row --> |
5 changes: 5 additions & 0 deletions
5
playwright/e2e/column/__snapshots__/change-column-size-2-chromium.txt
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<!-- wp:wp-bootstrap-blocks/row --> | ||
<!-- wp:wp-bootstrap-blocks/column {"sizeXl":2,"sizeMd":6,"equalWidthLg":true} /--> | ||
|
||
<!-- wp:wp-bootstrap-blocks/column {"sizeMd":6} /--> | ||
<!-- /wp:wp-bootstrap-blocks/row --> |
5 changes: 5 additions & 0 deletions
5
playwright/e2e/column/__snapshots__/select-column-size-for-xxl-breakpoint-chromium.txt
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<!-- wp:wp-bootstrap-blocks/row --> | ||
<!-- wp:wp-bootstrap-blocks/column {"sizeXxl":2,"sizeMd":6,"equalWidthXxl":true} /--> | ||
|
||
<!-- wp:wp-bootstrap-blocks/column {"sizeMd":6} /--> | ||
<!-- /wp:wp-bootstrap-blocks/row --> |
5 changes: 5 additions & 0 deletions
5
playwright/e2e/column/__snapshots__/select-content-vertical-alignment-chromium.txt
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<!-- wp:wp-bootstrap-blocks/row --> | ||
<!-- wp:wp-bootstrap-blocks/column {"sizeMd":6,"contentVerticalAlignment":"bottom"} /--> | ||
|
||
<!-- wp:wp-bootstrap-blocks/column {"sizeMd":6} /--> | ||
<!-- /wp:wp-bootstrap-blocks/row --> |
5 changes: 5 additions & 0 deletions
5
playwright/e2e/column/__snapshots__/select-padding-chromium.txt
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<!-- wp:wp-bootstrap-blocks/row --> | ||
<!-- wp:wp-bootstrap-blocks/column {"sizeMd":6,"padding":"p-2"} /--> | ||
|
||
<!-- wp:wp-bootstrap-blocks/column {"sizeMd":6} /--> | ||
<!-- /wp:wp-bootstrap-blocks/row --> |
Oops, something went wrong.