Skip to content

Commit

Permalink
adjust e2e test
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Hartmann <[email protected]>
  • Loading branch information
Chartman123 committed Aug 21, 2024
1 parent 3908508 commit ddba1fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright/support/sections/FormSection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export class FormSection {
response
.request()
.url()
.endsWith('/ocs/v2.php/apps/forms/api/v2.4/form/update'),
.includes('/ocs/v2.php/apps/forms/api/v3/forms/'),
)
}
}

0 comments on commit ddba1fb

Please sign in to comment.