@@ -60,8 +60,6 @@ describe('@widgets - Widgets', () => {
6060 await elementById ( 'PriceWidgetRow-BTC/EUR' ) . waitForDisplayed ( ) ;
6161
6262 await openSavedWidgetPreview ( 'price' ) ;
63- await elementByText ( 'Custom' ) . waitForDisplayed ( ) ;
64- await openWidgetSettings ( 'price' ) ;
6563 await tap ( 'WidgetEditReset' ) ;
6664 await sleep ( 1000 ) ;
6765 await tap ( 'WidgetEditPreview' ) ;
@@ -103,7 +101,8 @@ describe('@widgets - Widgets', () => {
103101
104102 await scrollHomeToWidgets ( ) ;
105103 await expectWidgetPresent ( 'price' ) ;
106- await expectWidgetPresent ( 'suggestions' ) ;
104+ await expectWidgetPresent ( 'weather' ) ;
105+ await expectWidgetPresent ( 'calculator' ) ;
107106 await expectWidgetPresent ( 'blocks' ) ;
108107
109108 await openSettings ( ) ;
@@ -114,7 +113,8 @@ describe('@widgets - Widgets', () => {
114113
115114 await scrollHomeToWidgets ( ) ;
116115 await expectWidgetPresent ( 'price' , false , { timeout : 5000 } ) ;
117- await expectWidgetPresent ( 'suggestions' , false , { timeout : 5000 } ) ;
116+ await expectWidgetPresent ( 'weather' , false , { timeout : 5000 } ) ;
117+ await expectWidgetPresent ( 'calculator' , false , { timeout : 5000 } ) ;
118118 await expectWidgetPresent ( 'blocks' , false , { timeout : 5000 } ) ;
119119
120120 await openSettings ( ) ;
@@ -125,7 +125,8 @@ describe('@widgets - Widgets', () => {
125125
126126 await scrollHomeToWidgets ( ) ;
127127 await expectWidgetPresent ( 'price' ) ;
128- await expectWidgetPresent ( 'suggestions' ) ;
128+ await expectWidgetPresent ( 'weather' ) ;
129+ await expectWidgetPresent ( 'calculator' ) ;
129130 await expectWidgetPresent ( 'blocks' ) ;
130131 } ) ;
131132} ) ;
0 commit comments