Skip to content

Commit

Permalink
Merge pull request #84 from NationalSecurityAgency/t#83/cypress_upgrade
Browse files Browse the repository at this point in the history
T#83/cypress upgrade
  • Loading branch information
rmmayo authored Dec 23, 2020
2 parents 503ecca + 50c6295 commit f75c524
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ Cypress.Commands.add("cdClickSubj", (subjIndex, expectedTitle) => {

Cypress.Commands.add("cdBack", (expectedTitle = 'User Skills') => {
cy.wrapIframe().find('[data-cy=back]').click()
cy.wrapIframe().find('h2').contains(expectedTitle);
cy.wrapIframe().find('[data-cy=title]').contains(expectedTitle);

// back button should not exist on the home page, whose title is the default value
if (expectedTitle === 'User Skills') {
Expand Down
2 changes: 1 addition & 1 deletion skills-client-integration/skills-int-e2e-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"dev:removeNpmLinks": "mvn --batch-mode clean package && java -cp target/skills-int-e2e-test-*.jar -Dloader.main=skills.RemoveNpmLinks org.springframework.boot.loader.PropertiesLauncher"
},
"devDependencies": {
"cypress": "^5.1.0",
"cypress": "6.2.0",
"license-check-and-add": "3.0.4",
"license-checker": "25.0.1",
"semver": "7.3.2",
Expand Down

0 comments on commit f75c524

Please sign in to comment.