export default { default: { url: '', title: 'Notice of discrepancy view', locators: { deliveredNoticeOfDiscrepancyRoot: '//div[@id="p2p-message-list"]/div[1]', deliveredNoticeOfDiscrepancySentDate: '//div[@id="p2p-message-list"]/div[1]//span[@data-testid="sentDate"]', pendingNoticeOfDiscrepancySentDate: '//div[@id="p2p-message-list"]/div[2]//span[@data-testid="sentDate"]', pendingNoticeOfDiscrepancyRoot: '//div[@id="p2p-message-list"]/div[2]', firstSnapshotSection: '//div[@data-testid="myMessage" or @data-testid="otherMessage"][1]//div[@data-testid="sender"]', secondSnapshotSection: '//div[@class="message-form-indent"][1]//div[@class="lc-form-row"][2]//label[contains(text(),"STAMP")]', thirdSnapshotSection: '//div[@class="message-form-indent"][2]//div[@class="lc-form-row"][2]//label[contains(text(),"HANDLCOM")]', fourthSnapshotSection: '//textarea[@data-testid="noticeOfDiscrepancies"]' } }, v8: { locators: {} }, v8_1: { locators: {} } };