sammok83

Results 6 issues of 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...

question

Can we have a feature where we exclude streaming video websites from idle mode? eg: youtube running in windowed mode

enhancement

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: ![image](https://github.com/cap-js/docs/assets/10509241/edbc21c8-fcd9-4dd3-a4fa-e2a601616096) Current **where** doco: ![image](https://github.com/cap-js/docs/assets/10509241/676628cd-d07d-4808-9e9b-a750ba456dd6)

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: ![image](https://github.com/SAP-samples/cap-service-integration-codejam/assets/10509241/9dc7ce92-65b0-4214-9595-df1a683731f9) Any clues to how...