Revert debug code
This commit is contained in:
@@ -97,18 +97,8 @@ describe('Curate lists', () => {
|
|||||||
await element(by.id('confirmBtn')).tap()
|
await element(by.id('confirmBtn')).tap()
|
||||||
await expect(element(by.id('listsEmpty'))).toBeVisible()
|
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 () => {
|
it('Create a new curatelist', async () => {
|
||||||
await loginAsAlice()
|
|
||||||
await element(by.id('e2eGotoLists')).tap()
|
await element(by.id('e2eGotoLists')).tap()
|
||||||
await element(by.id('newUserListBtn')).tap()
|
await element(by.id('newUserListBtn')).tap()
|
||||||
await expect(element(by.id('createOrEditListModal'))).toBeVisible()
|
await expect(element(by.id('createOrEditListModal'))).toBeVisible()
|
||||||
|
|||||||
@@ -169,7 +169,6 @@ export function FeedSourceCardLoaded({
|
|||||||
|
|
||||||
{showSaveBtn && feed.type === 'feed' && (
|
{showSaveBtn && feed.type === 'feed' && (
|
||||||
<View>
|
<View>
|
||||||
{console.log(`feed-${feed.displayName}-toggleSave`)}
|
|
||||||
<Pressable
|
<Pressable
|
||||||
testID={`feed-${feed.displayName}-toggleSave`}
|
testID={`feed-${feed.displayName}-toggleSave`}
|
||||||
disabled={isSavePending || isPinPending || isRemovePending}
|
disabled={isSavePending || isPinPending || isRemovePending}
|
||||||
|
|||||||
Reference in New Issue
Block a user