Commit graph

141 commits

Author SHA1 Message Date
LarsBrubaker
6cd84f7de4 Fixed the other other profile
wrote a test that revealed the error
2021-03-07 09:13:49 -08:00
LarsBrubaker
17492bffb4 fixing warnings 2021-02-21 21:29:55 -08:00
LarsBrubaker
4eccbded3e fixing tests 2021-02-21 12:39:18 -08:00
LarsBrubaker
2d5acd7dee refactoring tests
adding test of end gcode retraction
2021-02-18 10:40:44 -08:00
LarsBrubaker
2a5365bb81 Make sure test has delay for menu to finish action 2021-02-02 11:25:26 -08:00
LarsBrubaker
85383c72a0 fixing tests 2021-01-31 18:33:34 -08:00
LarsBrubaker
cbd0b9969b Wrote a test to ensure settings view can change when floating without relead 2021-01-31 08:47:36 -08:00
LarsBrubaker
2693c8351f Don't close print menu on support change 2021-01-30 08:49:06 -08:00
Lars Brubaker
50eea0c6e3 Made the printer tab has simple -> advanced display as well 2020-12-30 14:44:24 -08:00
Lars Brubaker
6472760a69 Adding in the ability to change the settings detail 2020-12-28 17:50:15 -08:00
LarsBrubaker
506f2b273f Making static data compile time and universal 2020-11-25 07:39:36 -08:00
LarsBrubaker
e64488bd5a Fixing crash with terminal buffer getting changed while enumerating 2020-10-06 17:07:45 -07:00
Lars Brubaker
366cef0870 documenting more work 2020-09-01 18:12:13 -07:00
Lars Brubaker
c92593d199 Wrote a test to ensure we keep the settings indicator updated correctly 2020-09-01 18:08:15 -07:00
LarsBrubaker
e24c240876 It is now working and passing tests
issue: MatterHackers/MCCentral#6021
OEM settings update procedure
2020-08-29 20:06:03 -07:00
LarsBrubaker
1a103dd2c0 oem settings updater is shaping up 2020-08-29 20:06:03 -07:00
LarsBrubaker
2e958fda5d Starting work on the Update Settings page 2020-08-29 20:06:02 -07:00
LarsBrubaker
87d8de607a Ignore more settings while validating oem settings changes 2020-08-29 20:06:02 -07:00
LarsBrubaker
e71aacbedb Working on validating current default settings 2020-08-29 20:06:02 -07:00
LarsBrubaker
23e7263da5 Print recovery test working for dual extruder no probe 2020-08-09 08:23:22 -07:00
LarsBrubaker
a0fad3f693 Making test run better on slow machine 2020-03-25 15:30:19 -07:00
jlewin
14ab51af33 Fix tests 2019-05-29 17:01:44 -07:00
John Lewin
922becba20 Fix failing CancelWorksAsExpected test 2019-04-30 18:51:04 -07:00
jlewin
f6f8dc9209 Migrate openAdvanced/pauseAtLayer behavior to StartPrint 2019-04-30 16:00:23 -07:00
jlewin
e5169f9bac Rename pause on layer test 2019-04-30 11:43:08 -07:00
jlewin
98f70893d9 Remove WaitForWidgetDisappear call from WaitForLayerAndResume
- Issue MatterHackers/MCCentral#5419
Investigate PauseOnLayerDoesPauseOnPrint failure
2019-04-30 11:40:16 -07:00
jlewin
e82da83a9f Add dedicated type for terminal lines 2019-04-03 09:27:07 -07:00
Lars Brubaker
e7fe7bb8da Put in improved terminal filtering 2019-03-26 21:10:51 -07:00
jlewin
afedb2555a Move temp processing into PrinterConnection 2019-03-18 14:12:09 -07:00
jlewin
53b57ad23c Add test for CopyFrom 2019-03-06 08:25:11 -08:00
John Lewin
8fce34c8a5 Remove SettingsLayout.Instance, move to PrinterSettings.Layout 2019-01-06 13:28:37 -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
e70bfc9977 Move create_raft to SettingsKey 2019-01-06 11:39:13 -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
8ba2299a76 Convert CloseFirstPrinterTab into a reusable test helper method 2018-12-26 16:16:19 -08:00
John Lewin
f06e67a65e Use EventHandler<StringEventArgs> for SettingChanged event
- Issue MatterHackers/MCCentral#4730
Event should declare specialized EventArgs used via EventHandler<T>
2018-12-21 18:37:11 -08:00
John Lewin
aa9c1cbc86 Use new testRunner.ClickWidget(w) instead of widget.InvokeClick(w)
- Issue MatterHackers/MCCentral#4731
Tests should only the use automation API, never direct methods like
InvokeClick()
2018-12-19 09:20:56 -08:00
John Lewin
c66b29e90e Remove OpenPrinterIDs from ProfileManager
- Issue MatterHackers/MCCentral#4729
Investigate failing PrinterNameChange test
2018-12-19 09:09:17 -08:00
Lars Brubaker
22de333b5b Fixing test for new UI 2018-12-06 12:03:46 -08:00
John Lewin
5804173ab9 Use automation helper to validate ActivePrinters.First is valid
- Not valid for use in multi-printer scenarios
2018-11-30 14:08:29 -08:00
John Lewin
05d7ae286c Remove ActivePrinter 2018-11-30 14:08:29 -08:00
John Lewin
138898a4b7 Fix QualitySettingsStayAsOverrides test 2018-11-21 19:24:53 -08:00
Lars Brubaker
1c9b105926 finishing up the removal of Rooded SettingsChanged
Added AnyPrinterSettingChanged event
2018-11-13 09:48:10 -08:00
Lars Brubaker
6405dad7ac Convert static SettingChanged event to instance based
issue: MatterHackers/MCCentral#4551
2018-11-12 17:45:13 -08:00
John Lewin
cbc856f1c5 Fix test project build breaks 2018-11-12 14:45:53 -08:00
Lars Brubaker
c70b752850 Fixed button name for tests
deleting dead code
2018-11-06 15:17:46 -08:00
Lars Brubaker
f2e00e7493 Fixing tests 2018-11-05 12:05:16 -08:00
John Lewin
0758361f0f Revise helper for reuse, allow caller to override target folder
- Use IEnumerable<string> instead of params to support target folder
2018-11-02 07:35:26 -07:00