removed id from descriptor #344

Merged
bernat merged 6 commits from 2368-entry_buy into dev 2020-08-03 06:21:07 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit e5f063c4c3 - Show all commits

View File

@ -870,7 +870,7 @@ export default {
confirmed: 'vn-entry-summary vn-check[label="Confirmed"]',
},
entryDescriptor: {
agency: 'vn-entry-descriptor div.body vn-label-value:nth-child(2) span',
agency: 'vn-entry-descriptor div.body vn-label-value:nth-child(1) span',
travelsQuicklink: 'vn-entry-descriptor vn-quick-link[icon="local_airport"] > a',
entriesQuicklink: 'vn-entry-descriptor vn-quick-link[icon="icon-entry"] > a'
}