Skip to content

Commit

Permalink
PMM-13493 settings opening agents page
Browse files Browse the repository at this point in the history
  • Loading branch information
yurkovychv committed Nov 5, 2024
1 parent 5a2178c commit 8fd270e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/configuration/pages/agentsPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = {
pagination: paginationPart,

async open(serviceId) {
I.amOnPage(`graph/inventory/services/${serviceId.split('/')[2]}/agents`);
I.amOnPage(`graph/inventory/services/${serviceId}/agents`);
await I.waitForVisible(this.fields.backLink, 30);
},

Expand Down

0 comments on commit 8fd270e

Please sign in to comment.