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

Issue392- Automated test case for typeahead server config stanza #430

Open
wants to merge 30 commits into
base: main
Choose a base branch
from

Conversation

SuparnaSuresh
Copy link
Contributor

@SuparnaSuresh SuparnaSuresh commented Dec 6, 2024

Fixes #392 - Test case implemented for Liberty Lemminx Extension type ahead support in server.xml for a Liberty Server Configuration Stanza

@SuparnaSuresh SuparnaSuresh self-assigned this Dec 9, 2024
}).timeout(35000);

it('Should show type ahead support in server.xml Liberty Server Configuration Stanza', async () => {
const section = await new SideBarView().getContent().getSection(constants.GRADLE_PROJECT);
Copy link
Contributor

Choose a reason for hiding this comment

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

Move the duplicate code to testutils.

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.

Tests Liberty Lemminx Extension type ahead support in server.xml for a Liberty Server Configuration Stanza
2 participants