Skip to content

Commit

Permalink
Trying
Browse files Browse the repository at this point in the history
  • Loading branch information
turulomio committed Aug 3, 2024
1 parent 0419b6f commit 13f3d35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Node.js CI

on:
push:
branches: [ "main", "373-doesnt-work-actions" ]
branches: [ "main", "202408031742" ]
pull_request:
branches: [ "main" ]

Expand Down
1 change: 1 addition & 0 deletions cypress/e2e/AssetsReport.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ describe('e2e Assets Report', () => {
cy.getDataTest('Settings_ButtonSave').click()

cy.getDataTest('LateralAssetsReport').click()
cy.getDataTest('AssetsReport_ButtonGenerate', { timeout: 100000 }).should("be.enabled")
cy.getDataTest('AssetsReport_ButtonGenerate').click()
cy.getDataTest('AssetsReport_ButtonGenerate', { timeout: 100000 }).should("be.enabled")
})
Expand Down

0 comments on commit 13f3d35

Please sign in to comment.