We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a8884a commit 59d75a7Copy full SHA for 59d75a7
e2e/src/HomeFeed.spec.js
@@ -6,10 +6,7 @@ beforeAll(async () => {
6
await quickOnboarding()
7
})
8
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', () => {
+describe('Home Feed', () => {
13
it('should show correct information on tap of feed item', async () => {
14
// Load Wallet Home
15
await waitForElementId('WalletHome')
0 commit comments