-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: QUnit actual/expected with array values #25
Conversation
Quality Gate failedFailed conditions |
@@ -0,0 +1,57 @@ | |||
describe.skip("QUnit OPA5 integration test page", function () { |
Check warning
Code scanning / ESLint
Disallow skipped tests Warning library
await browser.getQUnitResults(); | ||
}); | ||
|
||
it.skip("should pass Browse Orders unit tests - REMOTE - UI5 v1.108", async function () { |
Check warning
Code scanning / ESLint
Disallow skipped tests Warning library
@@ -0,0 +1,57 @@ | |||
describe.skip("QUnit OPA5 integration test page", function () { |
Check warning
Code scanning / ESLint
Disallow skipped tests Warning library
await browser.getQUnitResults(); | ||
}); | ||
|
||
it.skip("should pass Browse Orders unit tests - REMOTE - UI5 v1.120", async function () { |
Check warning
Code scanning / ESLint
Disallow skipped tests Warning library
@@ -0,0 +1,78 @@ | |||
describe.skip("QUnit OPA5 integration test page", function () { |
Check warning
Code scanning / ESLint
Disallow skipped tests Warning library
await browser.getQUnitResults(); | ||
}); | ||
|
||
it.skip("should pass Shop Administration Tool integration tests - REMOTE - UI5 latest", async function () { |
Check warning
Code scanning / ESLint
Disallow skipped tests Warning
await browser.getQUnitResults(); | ||
}); | ||
|
||
it.skip("should pass Bulletin Board integration tests - REMOTE - UI5 latest", async function () { |
Check warning
Code scanning / ESLint
Disallow skipped tests Warning
await browser.getQUnitResults(); | ||
}); | ||
|
||
it.skip("should pass Manage Products integration tests - REMOTE - UI5 latest", async function () { |
Check warning
Code scanning / ESLint
Disallow skipped tests Warning
await browser.getQUnitResults(); | ||
}); | ||
|
||
it.skip("should pass Browse Orders unit tests - REMOTE - UI5 latest", async function () { |
Check warning
Code scanning / ESLint
Disallow skipped tests Warning
@@ -1,9 +1,8 @@ | |||
describe("QUnit test page", function () { | |||
describe.skip("QUnit test page", function () { |
Check warning
Code scanning / ESLint
Disallow skipped tests Warning
Fix issue #24