test: fix flakey test (#1956)
This commit is contained in:
parent
1e974824e1
commit
5b04db8442
|
@ -66,8 +66,10 @@ test('does not add URLs as media is added/removed', async t => {
|
|||
.typeText(composeInput, 'this is a toot')
|
||||
.expect(mediaButton.exists).ok()
|
||||
await (uploadKittenImage(1)())
|
||||
await sleep(500)
|
||||
await t.expect(composeInput.value).eql('this is a toot')
|
||||
await (uploadKittenImage(1)())
|
||||
await sleep(500)
|
||||
await t.expect(composeInput.value).eql('this is a toot')
|
||||
.click(getNthDeleteMediaButton(1))
|
||||
.expect(composeInput.value).eql('this is a toot')
|
||||
|
|
Loading…
Reference in a new issue