fix: app e2e cypress tests

This commit is contained in:
Rainer Killinger
2025-06-25 09:57:22 +02:00
parent cbecd75547
commit 2bbb127efd
5 changed files with 45 additions and 28 deletions

View File

@@ -159,7 +159,7 @@ describe('e2e Connector', function () {
failOnLookup = false;
failOnCompare = true;
e2eRun(httpClient, {
await e2eRun(httpClient, {
to: 'http://localhost',
samplesLocation: './node_modules/@openstapps/core/test/resources',
}).should.eventually.satisfy((errors: string[]) => {