Skip to content

Commit

Permalink
Add some fixes to qualitilabs
Browse files Browse the repository at this point in the history
  • Loading branch information
ana-mauricio committed Jun 5, 2024
1 parent aca48e5 commit 0dc6636
Show file tree
Hide file tree
Showing 3 changed files with 110 additions and 272 deletions.
6 changes: 6 additions & 0 deletions pages/screens.js
Original file line number Diff line number Diff line change
Expand Up @@ -1234,4 +1234,10 @@ export class Screens {
}
})
}
fillConversational(value,response){
cy.xpath(Selectors.inputConversational).clear().type(value);
cy.xpath(Selectors.submitConversational).click();
if(response)
cy.xpath('//div[text()[normalize-space()="'+response+'"]]').should('be.visible');
}
}
Loading

0 comments on commit 0dc6636

Please sign in to comment.