Skip to content

Commit 3427969

Browse files
committed
fix ui tests
Signed-off-by: Alexander Onnikov <[email protected]>
1 parent 176448d commit 3427969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qms-tests/sanity/tests/model/documents/document-reason-impact-page.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export class DocumentReasonAndImpactPage extends DocumentCommonPage {
2525
this.textReason = page.locator('//div[contains(@class, "title") and text()="Reason"]/..')
2626
this.textImpactAnalysis = page.locator('//div[contains(@class, "title") and text()="Impact analysis"]/..')
2727
this.textImpactedDocuments = page.locator(
28-
'//div[contains(@class, "title") and text()="Impacted documents"]/..//a/span'
28+
'//div[contains(@class, "title") and text()="Impacted documents"]/..//div/span'
2929
)
3030
}
3131

0 commit comments

Comments
 (0)