Skip to content

Commit

Permalink
migrate column block e2e tests to playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
tschortsch committed Nov 18, 2023
1 parent 5aa9f34 commit fc8a8c8
Show file tree
Hide file tree
Showing 7 changed files with 409 additions and 0 deletions.
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 -->
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 -->
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 -->
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 -->
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 -->
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 -->
Loading

0 comments on commit fc8a8c8

Please sign in to comment.