Changeset 7385fec in sasview for src/sas/qtgui/MainWindow/UnitTesting/GuiManagerTest.py
- Timestamp:
- Sep 28, 2018 7:07:44 AM (6 years ago)
- Branches:
- ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- 62c6dc0
- Parents:
- f1b696d
- git-author:
- Piotr Rozyczko <piotr.rozyczko@…> (09/28/18 07:06:36)
- git-committer:
- Piotr Rozyczko <piotr.rozyczko@…> (09/28/18 07:07:44)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/MainWindow/UnitTesting/GuiManagerTest.py
rfa762f4 r7385fec 312 312 # Check if the window is actually opened. 313 313 self.assertTrue(self.manager.ackWidget.isVisible()) 314 self.assertIn("developers@sasview.org", self.manager.ackWidget.label .text())314 self.assertIn("developers@sasview.org", self.manager.ackWidget.label_3.text()) 315 315 316 316 def testActionCheck_for_update(self):
Note: See TracChangeset
for help on using the changeset viewer.