Skip to content

Commit 55f8a77

Browse files
apupierfbricon
authored andcommitted
Adjusting test after naming update of 'Camel Quarkus Core' to 'Camel
Core' (fixes #262) see also apache/camel-quarkus#1006 Signed-off-by: Aurélien Pupier <apupier@redhat.com>
1 parent 84649ef commit 55f8a77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/vscodeUiTest/suite/projectGenerationTest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ describe('Project generation tests', function() {
304304
await wizard.sendKeys(Key.DOWN, Key.UP);
305305
const quickPickItemText: QuickPickItemInfo = await wizard.getNthQuickPickItemInfo(0);
306306
expect(quickPickItemText.label).to.have.string('Last used');
307-
expect(quickPickItemText.detail).to.have.string('Camel Quarkus Core');
307+
expect(quickPickItemText.detail).to.have.string('Camel Core');
308308
expect(quickPickItemText.detail).to.have.string('Eclipse Vert.x');
309309

310310
await wizard.cancel();

0 commit comments

Comments
 (0)