Skip to content

Commit 59d75a7

Browse files
authored
chore(e2e): re-enable home feed e2e test (#6158)
### Description Reverts #6101 as the GraphQL endpoint for Alfajores has been fixed. Context: https://valora-app.slack.com/archives/C01AEKH9XGX/p1728460043801219?thread_ts=1727801385.833739&cid=C01AEKH9XGX ### Test plan CI succeeds ### Related issues NA ### Backwards compatibility NA ### Network scalability NA
1 parent 6a8884a commit 59d75a7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

e2e/src/HomeFeed.spec.js

+1-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ beforeAll(async () => {
66
await quickOnboarding()
77
})
88

9-
// TODO: Disabled to unlock the CI
10-
// To enable once the home feed issue on Alfajores is fixed
11-
// Context: https://valora-app.slack.com/archives/C025V1D6F3J/p1727427797940139
12-
xdescribe('Home Feed', () => {
9+
describe('Home Feed', () => {
1310
it('should show correct information on tap of feed item', async () => {
1411
// Load Wallet Home
1512
await waitForElementId('WalletHome')

0 commit comments

Comments
 (0)