1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-30 10:29:48 +02:00

fix hovering-toolbar playwright integration test (#5284)

This commit is contained in:
Sergei Dedkov
2023-02-08 11:13:09 +06:00
committed by GitHub
parent 9de2e2c316
commit fc84fdbd99
3 changed files with 11 additions and 13 deletions

View File

@@ -78,6 +78,9 @@ const config: PlaywrightTestConfig = {
/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
trace: 'on-first-retry',
/* Name of attribute for selecting elements by page.getByTestId */
testIdAttribute: 'data-test-id',
},
/* Configure projects for major browsers */