Skip to content

Commit

Permalink
Merge branch 'release-1.24' into local_test
Browse files Browse the repository at this point in the history
  • Loading branch information
ilhan007 committed Feb 5, 2025
2 parents 4e03d3a + ed917fb commit 9eb7056
Show file tree
Hide file tree
Showing 3 changed files with 408 additions and 408 deletions.
2 changes: 1 addition & 1 deletion packages/fiori/test/specs/FCL.spec.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { assert } from "chai";


describe("FlexibleColumnLayout Behavior", () => {
describe.skip("FlexibleColumnLayout Behavior", () => {
before(async () => {
await browser.url(`test/pages/FCL.html?sap-ui-animationMode=none`);
});
Expand Down
2 changes: 1 addition & 1 deletion packages/main/test/specs/Select.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ describe("Select general interaction", () => {
assert.notOk(await popover.getProperty("opened"), "Select is closed.");
});

it("Tests if currently selected option is visible in the viewport when keyboard navigation is used", async () => {
it.skip("Tests if currently selected option is visible in the viewport when keyboard navigation is used", async () => {
await browser.setWindowSize(600, 100);

const select = await browser.$("#warningSelect");
Expand Down
Loading

0 comments on commit 9eb7056

Please sign in to comment.