This repository has been archived by the owner on Dec 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #648 from thehyve/rc
Release version 2.0.14.
- Loading branch information
Showing
20 changed files
with
939 additions
and
249 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ os: linux | |
dist: xenial | ||
language: node_js | ||
node_js: | ||
- '10' | ||
- '12' | ||
- '14' | ||
|
||
services: | ||
- xvfb | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,20 @@ | ||
given('I unselect all variables', () => { | ||
cy.get('.loading-container').should('not.be.visible'); | ||
cy.get('.checkAllText').find(".ui-chkbox").click(); | ||
}) | ||
cy.get('.loading-container').should('not.exist'); | ||
cy.get('.gb-variables-tree-container').contains('Public Studies '); | ||
cy.get('gb-variables').find('.checkAllText').contains('180 variables selected').should('be.visible'); | ||
cy.wait(500); | ||
cy.get('.checkAllText').find('.ui-chkbox').click({scrollBehavior: false}); | ||
cy.wait(500); | ||
cy.get('gb-variables').find('.checkAllText').contains('0 variables selected').should('be.visible'); | ||
cy.get('.gb-export-section-banner').contains('No data selected'); | ||
}); | ||
|
||
when('I import variables with {string}', (fileName) => { | ||
const fileType = 'application/json'; | ||
const fileInputSelector = 'gb-variables input[type=file]'; | ||
|
||
cy.get('gb-variables').find('.import-btn').click(); | ||
cy.get('gb-variables').find('.import-btn').click({scrollBehavior: false}); | ||
cy.get(fileInputSelector).attachFile(fileName); | ||
}); | ||
|
||
then('The number of selected variables should be {string}', (numberString) => { | ||
cy.get('gb-variables').find('.checkAllText').contains(numberString); | ||
cy.get('gb-variables').find('.checkAllText').contains(numberString).should('be.visible'); | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.