We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 176448d commit 3427969Copy full SHA for 3427969
qms-tests/sanity/tests/model/documents/document-reason-impact-page.ts
@@ -25,7 +25,7 @@ export class DocumentReasonAndImpactPage extends DocumentCommonPage {
25
this.textReason = page.locator('//div[contains(@class, "title") and text()="Reason"]/..')
26
this.textImpactAnalysis = page.locator('//div[contains(@class, "title") and text()="Impact analysis"]/..')
27
this.textImpactedDocuments = page.locator(
28
- '//div[contains(@class, "title") and text()="Impacted documents"]/..//a/span'
+ '//div[contains(@class, "title") and text()="Impacted documents"]/..//div/span'
29
)
30
}
31
0 commit comments