Skip to content

ZO-6156: Add dropdown selection for liveblog teaser timeline #1676

ZO-6156: Add dropdown selection for liveblog teaser timeline

ZO-6156: Add dropdown selection for liveblog teaser timeline #1676

GitHub Actions / Test Results failed Nov 11, 2024 in 0s

1 fail, 58 skipped, 2 707 pass in 7m 31s

    2 files  ±0      2 suites  ±0   7m 31s ⏱️ +5s
2 766 tests ±0  2 707 ✅  - 2  58 💤 +1  1 ❌ +1 
2 795 runs  ±0  2 736 ✅  - 2  58 💤 +1  1 ❌ +1 

Results for commit 0e2b1ae. ± Comparison against earlier commit 1d86947.

Annotations

Check warning on line 0 in vivi.core.src.zeit.content.article.edit.browser.tests.test_liveblog.Form

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_inline_form_saves_default_values (vivi.core.src.zeit.content.article.edit.browser.tests.test_liveblog.Form) failed

deployment/work/source/report.xml [took 0s]
Raw output
AssertionError: Lists differ: ['No timeline in teaser'] != ['(nothing selected)']

First differing element 0:
'No timeline in teaser'
'(nothing selected)'

- ['No timeline in teaser']
+ ['(nothing selected)']
Traceback (most recent call last):
  File "/home/runner/_work/_tool/Python/3.12.3/x64/lib/python3.12/unittest/case.py", line 58, in testPartExecutor
    yield
  File "/home/runner/_work/_tool/Python/3.12.3/x64/lib/python3.12/unittest/case.py", line 634, in run
    self._callTestMethod(testMethod)
  File "/home/runner/_work/_tool/Python/3.12.3/x64/lib/python3.12/unittest/case.py", line 589, in _callTestMethod
    if method() is not None:
       ^^^^^^^^
  File "/home/runner/_work/vivi/vivi/deployment/work/source/vivi/core/src/zeit/content/article/edit/browser/tests/test_liveblog.py", line 15, in test_inline_form_saves_default_values
    self.assertEqual(['No timeline in teaser'], b.getControl(('Timeline Content')).displayValue)
  File "/home/runner/_work/_tool/Python/3.12.3/x64/lib/python3.12/unittest/case.py", line 885, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/home/runner/_work/_tool/Python/3.12.3/x64/lib/python3.12/unittest/case.py", line 1091, in assertListEqual
    self.assertSequenceEqual(list1, list2, msg, seq_type=list)
  File "/home/runner/_work/_tool/Python/3.12.3/x64/lib/python3.12/unittest/case.py", line 1073, in assertSequenceEqual
    self.fail(msg)
  File "/home/runner/_work/_tool/Python/3.12.3/x64/lib/python3.12/unittest/case.py", line 715, in fail
    raise self.failureException(msg)
AssertionError: Lists differ: ['No timeline in teaser'] != ['(nothing selected)']

First differing element 0:
'No timeline in teaser'
'(nothing selected)'

- ['No timeline in teaser']
+ ['(nothing selected)']