Skip to content

Commit

Permalink
#2490: fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-may committed May 21, 2024
1 parent 018e7d1 commit 1ae96bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-tests/cypress/e2e/error_pages_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ describe('Error Pages Tests', () => {

cy.intercept({
method: 'GET',
url: '/admin/projects/proj1/subjects/subj1/skills/skill1'
url: '/admin/projects/proj1/*'
})
.as('loadSkill');
cy.visit('/administrator/projects/proj1/subjects/subj1/skills/skill1');
Expand Down

0 comments on commit 1ae96bd

Please sign in to comment.