mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
fix: e2e tests
This commit is contained in:
@@ -14,6 +14,12 @@ import { dispatch_kb_events } from './util/keyboard-events'
|
||||
import * as kb_events from './util/keyboard-events'
|
||||
|
||||
test('hashtag and quare brackets in same line #4178', async ({ page }) => {
|
||||
try {
|
||||
await page.waitForSelector('.notification-clear', { timeout: 10 })
|
||||
page.click('.notification-clear')
|
||||
} catch (error) {
|
||||
}
|
||||
|
||||
await createRandomPage(page)
|
||||
|
||||
await page.type('textarea >> nth=0', '#foo bar')
|
||||
|
||||
Reference in New Issue
Block a user