diff options
author | Paul Frazee <pfrazee@gmail.com> | 2024-02-12 18:55:19 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-12 18:55:19 -0800 |
commit | 543e114877fcd00dd8c717a1116757a1a37d5aff (patch) | |
tree | f2a5b6b44622c53e4891208c00434acc9e90c9b1 /__e2e__/tests/self-labeling.test.ts | |
parent | fad40dda97c4c4ecc4165524d0898494582ccac2 (diff) | |
download | voidsky-543e114877fcd00dd8c717a1116757a1a37d5aff.tar.zst |
Update tests to get them passing again (#2853)
Diffstat (limited to '__e2e__/tests/self-labeling.test.ts')
-rw-r--r-- | __e2e__/tests/self-labeling.test.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/__e2e__/tests/self-labeling.test.ts b/__e2e__/tests/self-labeling.test.ts index f629f91a8..bba8ed484 100644 --- a/__e2e__/tests/self-labeling.test.ts +++ b/__e2e__/tests/self-labeling.test.ts @@ -28,6 +28,7 @@ describe('Self-labeling', () => { await element(by.id('composerPublishBtn')).tap() await expect(element(by.id('composeFAB'))).toBeVisible() const posts = by.id('feedItem-by-alice.test') + await element(by.id('e2eRefreshHome')).tap() await expect( element(by.id('contentHider-embed').withAncestor(posts)).atIndex(0), ).toExist() |