|
@@ -1,5 +1,5 @@
|
|
|
import { expect } from '@playwright/test'
|
|
import { expect } from '@playwright/test'
|
|
|
-import { test } from './fixtures'
|
|
|
|
|
|
|
+import { test, traceAll } from './fixtures'
|
|
|
import {
|
|
import {
|
|
|
createRandomPage,
|
|
createRandomPage,
|
|
|
escapeToCodeEditor,
|
|
escapeToCodeEditor,
|
|
@@ -318,3 +318,5 @@ test('Select codeblock language while surrounded by text', async ({ page }) => {
|
|
|
'ABC \n```clojure\n```\nXYZ'
|
|
'ABC \n```clojure\n```\nXYZ'
|
|
|
)
|
|
)
|
|
|
})
|
|
})
|
|
|
|
|
+
|
|
|
|
|
+traceAll()
|