GoogleCloudPlatform / cloud-run-anthos-reference-web-app

An opinionated set of best practices aimed at demonstrating a reference architecture for building a web application on Google Cloud using Cloud Run for Anthos.
https://cloud.google.com/anthos/run
Apache License 2.0
37 stars 22 forks source link

fix waiting on transaction e2e feature. #102

Closed zsxking closed 4 years ago

zsxking commented 4 years ago

Fix the waiting logic on inventory transaction e2e feature.

The loading of items and locations list was moved to the inventory transaction list page, and the dialog don't call those APIs anymore. So it should wait for those to finish before clicking the dialog button, not the other way around.

zsxking commented 4 years ago

/gcbrun

codecov[bot] commented 4 years ago

Codecov Report

Merging #102 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #102   +/-   ##
=======================================
  Coverage   69.92%   69.92%           
=======================================
  Files          23       23           
  Lines         419      419           
  Branches       33       33           
=======================================
  Hits          293      293           
  Misses        116      116           
  Partials       10       10           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a9ee3ae...11c99f8. Read the comment docs.