Skip to content

Integration Test JavaScript Files#5031

Draft
TIVMOF wants to merge 5 commits into
eclipse-dirigible:masterfrom
TIVMOF:master
Draft

Integration Test JavaScript Files#5031
TIVMOF wants to merge 5 commits into
eclipse-dirigible:masterfrom
TIVMOF:master

Conversation

@TIVMOF

@TIVMOF TIVMOF commented May 22, 2025

Copy link
Copy Markdown
Contributor

@iliyan-velichkov iliyan-velichkov left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reformat the code

Configuration.headless = IntegrationTest.isHeadlessExecution();
Configuration.browser = "chrome";
Configuration.browserCapabilities = new ChromeOptions().addArguments("--remote-allow-origins=*");
Configuration.headless = false;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this

Comment on lines +45 to +47
// browser.clickOnElementByAttributePattern(HtmlElementType.BUTTON, HtmlAttribute.TITLE, "Publish all");
browser.rightClickOnElementContainingText(HtmlElementType.ANCHOR, "test.mjs");
browser.assertElementExistByAttributePatternAndText(HtmlElementType.SPAN, HtmlAttribute.CLASS, "fd-menu__title", "Publish");

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

test code

@TIVMOF TIVMOF marked this pull request as draft May 22, 2025 08:00
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.

Test for JavaScript Service element of the New menu

2 participants