Skip to content

Commit fe7d745

Browse files
committed
add trace
1 parent 24fa5ad commit fe7d745

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/ui-test/tests/deploy.kubernetes.run.test.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,15 @@ describe('Camel standalone file deployment using Camel JBang Kubernetes Run', fu
5151
});
5252

5353
it('Deploy integration to OpenShift or Kubernetes (Minikube)', async function () {
54+
console.log('beginning of Deploy integration to OpenShift or Kubernetes (Minikube) test');
5455
await waitUntil(async() => {
5556
return await editorView.getAction('Deploy Integration with Apache Camel Kubernetes Run') !== undefined;
5657
});
58+
console.log('action found');
5759
const action = (await editorView.getAction('Deploy Integration with Apache Camel Kubernetes Run')) as EditorAction;
60+
console.log('action foudn and casted');
5861
await action.click();
62+
console.log('action clicked');
5963
await waitUntilTerminalHasText(action.getDriver(), ['Hello Camel from'], 10_000, 900_000);
6064
});
6165

0 commit comments

Comments
 (0)