chore: cleanup

This commit is contained in:
Pranav C
2025-04-24 23:09:10 +00:00
parent 7407983ea6
commit 6d79d0e750
3 changed files with 2 additions and 4 deletions

View File

@@ -105,7 +105,6 @@ export class CloudSSO extends BasePage {
await samlModal.locator('[data-test-id="nc-saml-title"]').fill(p.title);
if (p.url) {
// await samlModal.locator('[data-test-id="nc-saml-metadata-url"]').fill(p.url);
// if url then extract the xml data and fill it, since local urls are not supported
const requestContext = await request.newContext();