Skip to content

Commit

Permalink
Add action to 'Build application with changes' test
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
  • Loading branch information
RomanNikitenko committed Sep 23, 2020
1 parent ecdb54e commit 8c39a0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/e2e/tests/e2e_happy_path/HappyPath.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ suite('Display source code changes in the running application', async () => {

test('Build application with changes', async () => {
await topMenu.runTask('build');
await projectTree.clickOnItem(projectName + '/src/main/java');
await projectTree.collapseProjectTree(projectName + '/src', 'main');
await projectTree.expandPathAndOpenFile(projectName, 'result-build.txt', 300_000);
await editor.waitText('result-build.txt', '[INFO] BUILD SUCCESS');
Expand Down

0 comments on commit 8c39a0b

Please sign in to comment.