Revert debug code

This commit is contained in:
Eric Bailey
2023-12-05 14:48:28 -06:00
parent 51a6590f50
commit 51616fa63c
2 changed files with 0 additions and 11 deletions
-10
View File
@@ -97,18 +97,8 @@ describe('Curate lists', () => {
await element(by.id('confirmBtn')).tap()
await expect(element(by.id('listsEmpty'))).toBeVisible()
})
})
describe('Curate lists 2', () => {
beforeAll(async () => {
await createServer('?users&follows&posts')
await openApp({
permissions: {notifications: 'YES', medialibrary: 'YES', photos: 'YES'},
})
})
it('Create a new curatelist', async () => {
await loginAsAlice()
await element(by.id('e2eGotoLists')).tap()
await element(by.id('newUserListBtn')).tap()
await expect(element(by.id('createOrEditListModal'))).toBeVisible()
-1
View File
@@ -169,7 +169,6 @@ export function FeedSourceCardLoaded({
{showSaveBtn && feed.type === 'feed' && (
<View>
{console.log(`feed-${feed.displayName}-toggleSave`)}
<Pressable
testID={`feed-${feed.displayName}-toggleSave`}
disabled={isSavePending || isPinPending || isRemovePending}