Skip to content

Commit

Permalink
Fikset cypress tester og gjort mindre oppdateringer
Browse files Browse the repository at this point in the history
#deploy-test-frontend
  • Loading branch information
stigus committed Nov 1, 2023
1 parent 6368d9e commit e459e2c
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,13 @@ describe('Åpne bestilt ident med knytning mot alle fagsystem', () => {
cy.dollyGet(CypressSelector.TITLE_VISNING).invoke('show').click()
cy.wait(200)

cy.wait(1000)
cy.dollyGet(CypressSelector.BUTTON_OPEN_EXPANDABLE).each((element) => {
cy.wrap(element).invoke('show').click()
cy.wait(300)
})

cy.wait(1000)
cy.dollyGet(CypressSelector.HOVER_MILJOE).each((element) => {
cy.wrap(element).invoke('show').click()
cy.wait(400)
Expand Down
52 changes: 26 additions & 26 deletions apps/dolly-frontend/src/main/js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/dolly-frontend/src/main/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dolly",
"version": "2.5.31",
"version": "2.5.32",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e459e2c

Please sign in to comment.