Skip to content

Commit

Permalink
Remove comment about sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
sambible committed Oct 17, 2024
1 parent 2fedb62 commit e328b94
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions airgun/entities/contentview_new.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,6 @@ def promote(self, entity_name, version_name, lce_name):
def update(self, entity_name, values):
"""Update existing content view"""
view = self.navigate_to(self, 'Edit', entity_name=entity_name)
# need a wait to recognize the loading is complete
# sleep works for now
time.sleep(3)
filled_values = view.fill(values)
view.flash.assert_no_error()
Expand Down

0 comments on commit e328b94

Please sign in to comment.