salix/e2e/helpers/components_selectors.js

10 lines
279 B
JavaScript
Raw Normal View History

2017-11-07 08:09:59 +00:00
// eslint max-len: ["error", 500]
// eslint key-spacing: ["error", 500]
2017-11-07 08:44:58 +00:00
// delete me, this comment is to add a commit
2017-11-07 08:09:59 +00:00
export default {
2018-06-28 13:58:04 +00:00
vnTextfield: 'vn-textfield > div > div > div > input',
2017-11-07 08:09:59 +00:00
vnSubmit: 'vn-submit > input',
vnFloatButton: 'vn-float-button > button'
2017-11-07 08:09:59 +00:00
};