Test/fix nightly run (#979)

* fix: change test command for night run

* chore: try command in capsule run

* chore: correct command

* chore: change checkout to master

* chore: revert changes

* chore: fix typo
This commit is contained in:
Joe Tsang 2022-08-09 12:18:13 +01:00 committed by GitHub
parent 8a03ca5cfe
commit 67315d611b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -106,7 +106,7 @@ jobs:
- name: Checkout frontend mono repo
uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.ref }}
ref: master
fetch-depth: 0
- name: Install root dependencies

View File

@ -71,7 +71,7 @@ context('Node switcher', function () {
});
afterEach('Close node switcher', function () {
cy.getByTestId(closeDialogBtn).click();
cy.getByTestId(closeDialogBtn).should('be.visible').click();
});
function validateNodeError(errortype, errorMsg) {