Commit graph

323 commits

Author SHA1 Message Date
LarsBrubaker
1dfe8b3ee5 refactoring 2020-09-11 23:09:50 -07:00
LarsBrubaker
23e7263da5 Print recovery test working for dual extruder no probe 2020-08-09 08:23:22 -07:00
LarsBrubaker
f7457c6758 updating profiles 2020-08-08 22:39:08 -07:00
LarsBrubaker
0eec29e84d Removing tiny icons
Prepping for improved folder views
Fixing warnings
2020-08-01 08:58:50 -07:00
LarsBrubaker
bae0720164 refactoring 2020-07-18 11:13:00 -07:00
LarsBrubaker
27dc4b1f0a Fixing bug when printer is deleted during printing
issue: MatterHackers/MCCentral#5955
NullReferenceException: Object reference not set to an instance of an object.
2020-07-16 07:59:57 -07:00
LarsBrubaker
2b0614bbef fixing tests 2020-07-03 16:32:44 -07:00
LarsBrubaker
304b06301b fix settings test 2020-06-27 11:01:27 -07:00
LarsBrubaker
2ec238992c Improving SelectSliceSettingsField (adding scroll into view) 2020-06-22 15:57:06 -07:00
LarsBrubaker
af89580515 Refactoring settings layout 2020-06-21 13:41:37 -07:00
LarsBrubaker
c66d6d44db fixing tests 2020-05-16 08:34:06 -07:00
LarsBrubaker
e602c7681d removing unnecessary casts 2020-02-07 17:08:47 -08:00
LarsBrubaker
58e77cfe60 GuiWiget Children working as a SafeList 2020-02-07 15:27:43 -08:00
John Lewin
cb6eb43972 Add support for grouping scene operations into a drop menu button
- Issue MatterHackers/MCCentral#5664
consider adding a dual align quick button
2019-06-13 08:16:50 -07:00
jlewin
14ab51af33 Fix tests 2019-05-29 17:01:44 -07:00
Lars Brubaker
e3c3e9580d fixing tests 2019-05-29 10:33:36 -07:00
jlewin
299585d7a9 Use more detailed headings
- Issue MatterHackers/MCCentral#5554
2019-05-20 17:13:07 -07:00
jlewin
def78f9d42 Update Add Printer tests 2019-05-14 15:43:14 -07:00
jlewin
27e38d2608 Extract WaitForPage for reuse 2019-05-14 15:43:14 -07:00
jlewin
40721ba1c2 Fix automation test issues 2019-05-09 14:34:55 -07:00
jlewin
e723396c45 Remove conditional "Welcome" steps from wizards
- Issue MatterHackers/MCCentral#5490
2019-05-09 14:03:46 -07:00
jlewin
efc8037cd5 Simplify page headers and overviews
- Issue MatterHackers/MCCentral#5442
Improve wizard page consistency
2019-05-07 15:58:29 -07:00
Lars Brubaker
1cbcc5842d Working on new emulator speed settings
Ultimately trying to get the emulator to show position in the 3D view.
This is to help debug problems like speed multiplier for 2 extruders
2019-05-02 09:31:55 -07:00
John Lewin
922becba20 Fix failing CancelWorksAsExpected test 2019-04-30 18:51:04 -07:00
jlewin
f0f75689ab Remove unnecessary switch to General tab 2019-04-30 16:59:12 -07:00
jlewin
93ab9e6d7c Reduce unnecessary delay at leveling conclusion
- Issue MatterHackers/MCCentral#5404
Investigate and reduce automation test delays
2019-04-30 16:49:34 -07:00
jlewin
98e5b1e2b7 Wait for expected child before returning 2019-04-30 16:45:56 -07:00
jlewin
f6f8dc9209 Migrate openAdvanced/pauseAtLayer behavior to StartPrint 2019-04-30 16:00:23 -07:00
jlewin
85ddf57659 Remove incorrect xml comments 2019-04-30 14:32:57 -07:00
jlewin
2704cf8f50 Remove no longer applicable FilamentLoaded workaround
- Requirement removed, automatic behavior undesired and causes delay
2019-04-30 14:30:50 -07:00
jlewin
2d96506ce9 Reduce delay on OpenPrintPopupMenu call
- Issue MatterHackers/MCCentral#5404
Investigate and reduce automation test delays
2019-04-30 14:24:44 -07:00
jlewin
6f1352648a Rename to ChildExists to match actual behavior 2019-04-30 14:21:36 -07:00
jlewin
b50efece1e Allow CancelPrint even if print finished faster than expected 2019-04-30 12:13:50 -07:00
jlewin
bd14c9a711 CancelPrint test helper should dismiss new PrintCompleted dialog 2019-04-30 10:50:53 -07:00
jlewin
e1686af06e Modal dialog should be dismissed before clicking StopTask button
- Issue MatterHackers/MCCentral#5417
Automation tests invoke actions that are impossible in the UI
2019-04-30 10:49:27 -07:00
Lars Brubaker
b38461a709 Fixing more tests
issue: MatterHackers/MCCentral#5398
complete print turns off heat test needs to dismiss 'print complete' dialog
2019-04-29 16:44:13 -07:00
John Lewin
24c8614235 Close StagedWizard when down 2019-04-15 21:04:48 -07:00
John Lewin
c7d6c9b75a Revise tests to account for new "Finish Setup Button" location
- Add infrastructure to find and set new button identifier
- Issue MatterHackers/MCCentral#4902
Investigate failing PulseRequiresLevelingAndLevelingWorks test
2019-01-23 23:02:46 -08:00
John Lewin
0f792648de Rename SettingsOrganizer to SettingsLayout 2019-01-06 13:22:53 -08:00
John Lewin
b327b95e4a Move settings dictionary into PrinterSettings 2019-01-06 13:19:01 -08:00
John Lewin
ae2da3b29c Remove GetSettingsData method, use SettingsData dictionary
- Issue MatterHackers/MCCentral#4821
Consider removing SettingsOrganizer.Instance.GetSettingsData
2019-01-06 11:39:14 -08:00
John Lewin
bdb7f98a7e Remove UserLevel dictionary and naming, switch to top level properties 2019-01-06 11:39:13 -08:00
John Lewin
803cecfcf8 Remove redundant GetContainerForSetting method, use .OrganizerSubGroup 2019-01-06 11:39:12 -08:00
John Lewin
2c089891e6 Remove test magic, use UI elements to achieve result 2019-01-04 11:43:03 -08:00
John Lewin
be6f2fd455 Use new out syntax 2019-01-04 11:43:03 -08:00
John Lewin
26789cf144 Add reusable ClickSignOut extension method 2019-01-04 11:43:03 -08:00
John Lewin
9319932467 Rename method for clarity 2019-01-04 11:43:03 -08:00
John Lewin
afd8eb916c Convert to extension method 2019-01-04 11:43:03 -08:00
John Lewin
a89567dea5 Revise namespace, use new Tour scope 2018-12-30 10:54:54 -08:00
John Lewin
8ba2299a76 Convert CloseFirstPrinterTab into a reusable test helper method 2018-12-26 16:16:19 -08:00