Skip to content

Commit

Permalink
Adjusting test after naming update of 'Camel Quarkus Core' to 'Camel
Browse files Browse the repository at this point in the history
Core'  (fixes #262)

see also apache/camel-quarkus#1006

Signed-off-by: Aurélien Pupier <apupier@redhat.com>
  • Loading branch information
apupier authored and fbricon committed Jun 17, 2020
1 parent 84649ef commit 55f8a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/vscodeUiTest/suite/projectGenerationTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ describe('Project generation tests', function() {
await wizard.sendKeys(Key.DOWN, Key.UP);
const quickPickItemText: QuickPickItemInfo = await wizard.getNthQuickPickItemInfo(0);
expect(quickPickItemText.label).to.have.string('Last used');
expect(quickPickItemText.detail).to.have.string('Camel Quarkus Core');
expect(quickPickItemText.detail).to.have.string('Camel Core');
expect(quickPickItemText.detail).to.have.string('Eclipse Vert.x');

await wizard.cancel();
Expand Down

0 comments on commit 55f8a77

Please sign in to comment.