Skip to content

Commit

Permalink
minor fix in tutorial tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilipp committed Dec 14, 2018
1 parent 7cc49f2 commit d1ea0a0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/widgets/test_tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,6 @@ def test_page(self):
digitizer.tree.expandItem(digitizer.remove_line_child)

# now remove horizontal lines
self._test_hint('minimum line')
digitizer.sp_min_lw.setValue(1)
self._test_hint(digitizer.btn_remove_hlines.text())
QTest.mouseClick(digitizer.btn_remove_hlines, Qt.LeftButton)
self._test_hint(sw.apply_button.text())
Expand All @@ -162,8 +160,6 @@ def test_page(self):
digitizer.cb_max_lw.setChecked(True)
self._test_hint('maximum line')
digitizer.sp_max_lw.setValue(2)
self._test_hint('minimum line fraction')
digitizer.txt_line_fraction.setText('30')
self._test_hint(digitizer.btn_remove_vlines.text())
QTest.mouseClick(digitizer.btn_remove_vlines, Qt.LeftButton)
self._test_hint(sw.apply_button.text())
Expand Down

0 comments on commit d1ea0a0

Please sign in to comment.