Skip to content

Commit 1298b83

Browse files
fix saved search
1 parent d110d76 commit 1298b83

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pages/admin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
/**

pages/saveSearch.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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');

0 commit comments

Comments
 (0)