Skip to content

Commit 1ba8548

Browse files
committed
settings_11
1 parent 0288821 commit 1ba8548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/specs/settings.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ describe('@settings - Settings', () => {
457457
await sleep(1000);
458458

459459
// add slash at the end
460-
const rgsUrl = await (await elementById('RGSUrl')).getText();
460+
const rgsUrl = await (await elementById('ConnectedUrl')).getText();
461461
console.info({ rgsUrl });
462462
const newUrl = `${rgsUrl}/`;
463463

0 commit comments

Comments
 (0)