Skip to content

Commit

Permalink
test: assert not.exist
Browse files Browse the repository at this point in the history
  • Loading branch information
aziolek committed Mar 28, 2024
1 parent fcf45e9 commit 614dbdd
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 2,365 deletions.
6 changes: 2 additions & 4 deletions client/cypress/e2e/earn.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,7 @@ Object.values(viewports).forEach(({ device, viewportWidth, viewportHeight, isDes
});
});

// TODO OCT-1506 enable this scenario.
// eslint-disable-next-line jest/no-disabled-tests
it.skip('Wallet connected: Effective deposit after locking 1000 GLM and moving epoch is equal to current deposit', () => {
it('Wallet connected: Effective deposit after locking 1000 GLM and moving epoch is equal to current deposit', () => {
connectWallet();

cy.get('[data-test=BoxGlmLock__Section--current__DoubleValue__primary]')
Expand All @@ -237,7 +235,7 @@ Object.values(viewports).forEach(({ device, viewportWidth, viewportHeight, isDes
cy.get('[data-test=GlmLockTabs__Button]').click();
cy.window().then(async win => {
// Waiting for skeletons to disappear ensures Graph indexed lock/unlock.
cy.get('[data-test^=DoubleValueSkeleton]', { timeout: 60000 }).should('not.be.visible');
cy.get('[data-test^=DoubleValueSkeleton]', { timeout: 60000 }).should('not.exist');
await moveEpoch(win);
cy.get('[data-test=BoxGlmLock__Section--current__DoubleValue__primary]', {
timeout: 60000,
Expand Down
126 changes: 0 additions & 126 deletions client/cypress/e2e/layout.cy.ts

This file was deleted.

126 changes: 0 additions & 126 deletions client/cypress/e2e/metrics.cy.ts

This file was deleted.

Loading

0 comments on commit 614dbdd

Please sign in to comment.