Browse Source

chore: Fix comments on test to better reflect what is happening. (#19492)

Mark Story 4 years ago
parent
commit
2f724b42ce
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tests/acceptance/test_organization_events_v2.py

+ 2 - 1
tests/acceptance/test_organization_events_v2.py

@@ -385,11 +385,12 @@ class OrganizationEventsV2Test(AcceptanceTestCase, SnubaTestCase):
             # Click on the 6th one as a missing instrumentation span is inserted.
             self.browser.find_elements_by_css_selector('[data-test-id="span-row"]')[6].click()
 
-            # Click on the child transaction.
+            # Wait until the child event loads.
             child_button = '[data-test-id="view-child-transaction"]'
             self.browser.wait_until(child_button)
             self.browser.snapshot("events-v2 - transactions event detail view")
 
+            # Click on the child transaction.
             self.browser.click(child_button)
             self.wait_until_loaded()