Max Schmitt 2023-01-17 19:23:13 +01:00 committed by GitHub
parent 341b50fd25
commit 2cfb007382
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@
* limitations under the License.
*/
import { defineConfig } from '@playwright/experimental-ct-react';
import { defineConfig } from '@playwright/test';
export default defineConfig({
forbidOnly: !!process.env.CI,