Skip to content

PMM-7 Change waitForNavigation from 'networkidle0' to 'load' - #1078

Merged
yurkovychv merged 3 commits into
mainfrom
PMM-7-fix-timeouts
Mar 5, 2026
Merged

PMM-7 Change waitForNavigation from 'networkidle0' to 'load'#1078
yurkovychv merged 3 commits into
mainfrom
PMM-7-fix-timeouts

Conversation

@yurkovychv

Copy link
Copy Markdown
Contributor

No description provided.

Comment on lines -252 to 257
await pmmInventoryPage.checkAgentOtherDetailsSection('Qan postgresql pgstatements agent', `max_query_length=${maxQueryLength}`);
await pmmInventoryPage.checkAgentOtherDetailsSection(AGENT_NAMES.QAN_PG_STAT_STATEMENTS, `max_query_length=${maxQueryLength}`);
} else {
await pmmInventoryPage.checkAgentOtherDetailsSection('Qan postgresql pgstatements agent', `max_query_length=${maxQueryLength}`, false);
await pmmInventoryPage.checkAgentOtherDetailsSection(AGENT_NAMES.QAN_PG_STAT_STATEMENTS, `max_query_length=${maxQueryLength}`, false);
}

await I.wait(70);

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this intentional?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, the agent name was changed during RTA development

@yurkovychv
yurkovychv merged commit 2ad2014 into main Mar 5, 2026
23 of 30 checks passed
@yurkovychv
yurkovychv deleted the PMM-7-fix-timeouts branch March 5, 2026 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants