collective / collective.cover

A sane, working, editor-friendly way of creating front pages and other composite pages. Working now, for mere mortals.
48 stars 55 forks source link

Wait a little longer before editing the content in robot test #940

Closed wesleybl closed 1 year ago

wesleybl commented 1 year ago

Avoid unlock error when we have delete content right after update. Wait a few seconds before update the content. Necessary only in Python 2.

Avoid error:

  ==============================================================================
  Test Cover                                                                    
  ==============================================================================
  Test CRUD                                                             | FAIL |
  Page should have contained text 'has been deleted' but did not.
  ------------------------------------------------------------------------------
  Test Cover                                                            | FAIL |
  1 critical test, 0 passed, 1 failed
  1 test total, 0 passed, 1 failed
codecov-commenter commented 1 year ago

Codecov Report

Merging #940 (1639a7b) into master (933369a) will not change coverage. The diff coverage is n/a.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #940   +/-   ##
=======================================
  Coverage   92.85%   92.85%           
=======================================
  Files          49       49           
  Lines        2913     2913           
=======================================
  Hits         2705     2705           
  Misses        208      208           

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 933369a...1639a7b. Read the comment docs.