Skip to content
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

Merged
merged 3 commits into from
Nov 22, 2024
Merged

Conversation

mauriciolauffer
Copy link
Owner

Fix issue #24

Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
30.3% Duplication on New Code (required ≤ 3%)

See analysis details on SonarQube Cloud

@@ -0,0 +1,57 @@
describe.skip("QUnit OPA5 integration test page", function () {

Check warning

Code scanning / ESLint

Disallow skipped tests Warning library

Unexpected skipped mocha test.
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

Unexpected skipped mocha test.
@@ -0,0 +1,57 @@
describe.skip("QUnit OPA5 integration test page", function () {

Check warning

Code scanning / ESLint

Disallow skipped tests Warning library

Unexpected skipped mocha test.
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

Unexpected skipped mocha test.
@@ -0,0 +1,78 @@
describe.skip("QUnit OPA5 integration test page", function () {

Check warning

Code scanning / ESLint

Disallow skipped tests Warning library

Unexpected skipped mocha test.
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

Unexpected skipped mocha test.
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

Unexpected skipped mocha test.
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

Unexpected skipped mocha test.
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

Unexpected skipped mocha test.
@@ -1,9 +1,8 @@
describe("QUnit test page", function () {
describe.skip("QUnit test page", function () {

Check warning

Code scanning / ESLint

Disallow skipped tests Warning

Unexpected skipped mocha test.
@mauriciolauffer mauriciolauffer merged commit de3da8e into main Nov 22, 2024
8 of 10 checks passed
@mauriciolauffer mauriciolauffer deleted the fix-array branch November 22, 2024 23:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant