Skip to content

Commit

Permalink
Added mpHealth
Browse files Browse the repository at this point in the history
  • Loading branch information
SuparnaSuresh committed Nov 25, 2024
1 parent 8986c67 commit 7c60cd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/GradleSingleModLCLSTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe('LCLS Test for Gradle Project', function () {
const actualContent = await editor.getText();
const stanzaSnippet = "<logging appsWriteJson = \"wrong\" />";
const expectedText = "<logging appsWriteJson = \"true\" />";
await editor.typeTextAt(17, 5, stanzaSnippet);
await editor.typeTextAt(18, 5, stanzaSnippet);
await utils.delay(2000);
const flaggedString = editor.findElement(By.xpath("//*[contains(text(), '\"wrong\"')]"));
await utils.delay(3000);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<server description="Sample Servlet server">
<featureManager>
<feature>jsp-2.3</feature>
<feature>mpHealth-4.0</feature>
</featureManager>

<httpEndpoint host="*" httpPort="9080" httpsPort="9443" id="defaultHttpEndpoint" />
Expand Down

0 comments on commit 7c60cd8

Please sign in to comment.