File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1576,7 +1576,7 @@ export class Admin {
15761576 * @return nothing returns
15771577 */
15781578 enableRandomlyGenerated ( ) {
1579- cy . xpath ( '(//label[@class="custom-control-label"])[1]' ) . should ( 'be.visible' ) . click ( ) ;
1579+ cy . xpath ( '(//label[@class="custom-control-label"])[1]' ) . should ( 'be.visible' ) . click ( ) ;
15801580 }
15811581
15821582 /**
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ export class SaveSearchs {
139139 . click ( ) ;
140140 }
141141
142- /**
142+ /**
143143 This method creates a Save Search from Request > Save Search
144144 * @param name: Assign a name for the Save Search
145145 * @param iconName: the correct name must be assigned. E.g. iconName: clipboard because the class="fas fa-fw fa-clipboard"
@@ -154,7 +154,7 @@ export class SaveSearchs {
154154 cy . get ( '[aria-label="Close"]' )
155155 . first ( )
156156 . click ( ) ;
157- cy . get ( 'button[title="Save Search"]' ) . click ( ) ;
157+ cy . get ( 'button[title="Save Search"]' ) . click ( ) ;
158158 cy . xpath ( '//legend[text()="Share With Users"]/parent::fieldset//div[@class="multiselect__spinner"]' ) . should ( 'not.be.visible' ) ;
159159 cy . xpath ( '//legend[text()="Share With Groups"]/parent::fieldset//div[@class="multiselect__spinner"]' ) . should ( 'not.be.visible' ) ;
160160 cy . xpath ( "//label[contains(text(),'Name')]/parent::div//input" ) . should ( 'be.visible' ) ;
You can’t perform that action at this time.
0 commit comments