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:
parent
8a03ca5cfe
commit
67315d611b
@ -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
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user