sammok83
sammok83
My spec as below: ```javascript it('Should save my Purchase Order', () => { Given.iStartTheApp(); When.onTheChargebackPage.iSelectAnOrder(); When.onTheChargebackPage.iPressTheGoButton(); When.onTheChargebackPage.iSelectTheOrderInTable(); When.onTheChargebackPage.iEnterAPurchaseOrder(); When.onTheChargebackPage.iClickSave(); // Then.onTheChargebackPage.iShouldSeeMyOrderSaved(); // When.onTheChargebackPage.iRefreshTheBrowser(); When.onTheChargebackPage.iSelectAnOrder(); When.onTheChargebackPage.iPressTheGoButton(); When.onTheChargebackPage.iSelectTheOrderInTable(); Then.onTheChargebackPage.iShouldSeeMyPurchaseOrder(browser.testrunner.config.params.purchaseOrder); }); ``` Upon...
Can we have a feature where we exclude streaming video websites from idle mode? eg: youtube running in windowed mode
Looking at https://cap.cloud.sap/docs/node.js/cds-ql#where, there seems to be missing documentation for the where clause. What I'm looking for: e.g:  Current **where** doco: 
Hi there, When checking out this branch (Use Side Effects to Update the Total Price Immediately After Adding Another Booking ) and running it in VScode - this seems to...
For the link below: [Prepare the Project for Production](https://github.com/SAP-samples/btp-developer-guide-cap/blob/main/documentation/eventing/deploy/cf/deploy-to-cf-mock.md) I'm getting errors when trying to deploy the incident management messaging service instance. Followed the steps as per instructions and validated...
Hi there, When following step 1: Exercise 01 - Set up your workspace In the alternative environment step using VSCODE, i get the following error:  Any clues to how...