LP1989195: Update nightwatch selectors
[evergreen-equinox.git] / Open-ILS / src / eg2 / nightwatch / pages / staff / cat / vandelay.ts
index 37b7880..82595a2 100644 (file)
@@ -41,8 +41,12 @@ const vandelay: PageObjectModel = {
         authorityRecordType: {
             selector: '//button/span[text()="Authority Records"]',
             locateStrategy: 'xpath'
+        },
+        authorityAttributesTab: {
+            selector: '//a[text()="Authority Attributes" and contains(@class, "nav-link")]',
+            locateStrategy: 'xpath'
         }
     }
 };
 
-export default vandelay;
\ No newline at end of file
+export default vandelay;