Remove Cypress & Playwright in their entirety (#12145)

This commit is contained in:
Michael Telatynski
2024-01-16 09:48:49 +00:00
committed by GitHub
parent 0b6d2f923d
commit 5983528a8d
78 changed files with 73 additions and 5812 deletions

View File

@@ -141,16 +141,3 @@ limitations under the License.
}
}
}
@media only Percy {
/* Remove the list style in percy tests for screenshot consistency */
:is(ul, ol) {
padding: 0 !important;
margin: 0 !important;
list-style: none !important;
.mx_EventTile_last {
padding: 0 !important;
}
}
}