Skip to content

Commit

Permalink
Update qualitilabs functions
Browse files Browse the repository at this point in the history
  • Loading branch information
ana-mauricio committed Dec 14, 2024
1 parent 866ea40 commit fe65ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/specific.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export class Specific {

request.clickOnTaskName(1, 1);
//Verify that value was recovered
cy.xpath('//div[@class="multiselect__tags"]//span[contains(text(),"Latin America & Caribbean")]').should('be.visible');
//cy.xpath('//div[@class="multiselect__tags"]//span[contains(text(),"Latin America & Caribbean")]').should('be.visible');
//click on submit button
cy.xpath('//button[@class="btn btn-primary"]').click();
//verify task is completed
Expand Down

0 comments on commit fe65ba5

Please sign in to comment.