Open shakori999 opened 2 years ago
@ParentJA if you have any idea about this problem?
I’ll take a look tomorrow and let you know.
On Tue, Feb 8, 2022 at 10:37 PM murtatah @.***> wrote:
@ParentJA https://github.com/ParentJA if you have any idea about this problem?
— Reply to this email directly, view it on GitHub https://github.com/ParentJA/taxi-react-app-part-3/issues/6#issuecomment-1033311024, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAMIKCRNLQK2XIEYQPSLNVLU2HOPNANCNFSM5NWYL4BA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you were mentioned.Message ID: @.***>
@shakori999 I tried loading the app from your repo, but I'm running into some issues around the test
database. Would you mind getting everything to a state where it works on installation and then reach back out? You have test
hardcoded in the cypress.json file, but I'm not sure if you're passing this into Django via an environment variable or something. Happy to try again if you update the Steps to Reproduce. Thanks!
Current Behavior
I'm at part 3 chapter 5 tried to load the trips on the rider/driver dashboard but it failed with this error on cypress, and this is the same error in both rider/driver if there is an info you need to know more or not mentioned here , I'll share it as fast as possible
Timed out retrying after 4000ms: Expected to find content: 'STARTED' within the element: <div.mb-3.card> but never did.
Steps To Reproduce
docker-compose up -d --build
npx cypress open
driver.spec.js
trips.json
index.js
components/Driver.js
services/TripServic.js