LP1989195: Update nightwatch selectors
[evergreen-equinox.git] / Open-ILS / src / eg2 / nightwatch / pages / staff / cat / authority.ts
index 028deed..27c9e6a 100644 (file)
@@ -16,8 +16,12 @@ const authority: PageObjectModel = {
         searchResult: {
             selector: '//a[contains(text(), "Philosophy, Chinese")]',
             locateStrategy: 'xpath'
+        },
+        editTab: {
+            selector: '//a[text()="Edit" and contains(@class, "nav-link")]',
+            locateStrategy: 'xpath'
         }
     }
 };
 
-export default authority;
\ No newline at end of file
+export default authority;