From 03f3a17813dc195dcc5c3eadb07a705c5e577ec7 Mon Sep 17 00:00:00 2001 From: asiaznik Date: Thu, 9 Mar 2023 18:21:34 +0100 Subject: [PATCH] fix(governance): e2e withdrawal --- apps/governance-e2e/src/integration/view/withdraw.cy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/governance-e2e/src/integration/view/withdraw.cy.js b/apps/governance-e2e/src/integration/view/withdraw.cy.js index 51672eff4..1b9d5d32e 100644 --- a/apps/governance-e2e/src/integration/view/withdraw.cy.js +++ b/apps/governance-e2e/src/integration/view/withdraw.cy.js @@ -10,7 +10,7 @@ context( describe('with wallets disconnected', function () { it('should have withdraw tab highlighted', function () { - cy.verify_tab_highlighted('token'); + cy.verify_tab_highlighted('withdraw'); }); it('should have WITHDRAW header visible', function () {