Skip to content

Commit

Permalink
Merge pull request #358 from ProcessMaker/requestTitle_1
Browse files Browse the repository at this point in the history
requestTitle_1
  • Loading branch information
MayraMelisa authored Dec 18, 2024
2 parents 679bba0 + cb5dd89 commit 3cea228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/requestTitle.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export class RequestTitle {
}

verifyTitleinColumn = function(numColumn,regex){
cy.xpath(`//th[@id="-column-${numColumn}"]//div[@id="requests-table-column-case_title"]`).invoke('text').then(($value)=>{
cy.xpath(`//th[@id="-column-${numColumn}"]//div[@class="pm-table-column-header-text"]`).invoke('text').then(($value)=>{
expect($value).to.match(regex);
})
}
Expand Down

0 comments on commit 3cea228

Please sign in to comment.