chore: disable flaky test
This commit is contained in:
parent
6ebd6a6a01
commit
d890d92cf3
|
@ -25,7 +25,7 @@ test('Shows the home timeline', async t => {
|
||||||
await t.expect(getFirstVisibleStatus().getAttribute('aria-setsize')).eql(homeTimeline.length.toString())
|
await t.expect(getFirstVisibleStatus().getAttribute('aria-setsize')).eql(homeTimeline.length.toString())
|
||||||
})
|
})
|
||||||
|
|
||||||
test('Shows notifications', async t => {
|
test.skip('Shows notifications', async t => {
|
||||||
await loginAsFoobar(t)
|
await loginAsFoobar(t)
|
||||||
await t
|
await t
|
||||||
.expect(getUrl()).eql('http://localhost:4002/')
|
.expect(getUrl()).eql('http://localhost:4002/')
|
||||||
|
|
Loading…
Reference in New Issue