File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed
Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
1010:pencil : - chore
1111:microscope : - experimental
1212
13+ ## [ 2.0.2]
14+ - :beetle : added export of page object ` locator ` function
15+
1316## [ 2.0.1]
1417- :beetle : fixed issue with getting child element
1518
Original file line number Diff line number Diff line change 22 "name" : " @qavajs/cypress" ,
33 "version" : " 2.0.1" ,
44 "description" : " qavajs for cypress runner" ,
5- "main" : " " ,
5+ "main" : " index.js " ,
66 "scripts" : {
77 "debug" : " cypress open --config-file test-e2e/cypress.config.js" ,
88 "test" : " cypress run --config-file test-e2e/cypress.config.js"
Original file line number Diff line number Diff line change 1+ export { locator } from './lib/pageObjects' ;
Original file line number Diff line number Diff line change 1- import { locator } from '../../lib/pageObjects ' ;
1+ import { locator } from '../../po.js ' ;
22
33export default class App {
44 SimpleTextElement = locator ( '#textValue' ) ;
You can’t perform that action at this time.
0 commit comments