()
| 4 | |
| 5 | export default class Page { |
| 6 | constructor () { |
| 7 | this.laolao = nodes.withText('Lao Lao'); |
| 8 | this.bomiao = nodes.withText('Bo Miao'); |
| 9 | this.sumiao = nodes.withText('Su Miao'); |
| 10 | this.hongmiao = nodes.withText('Hong Miao'); |
| 11 | this.lixin = nodes.withText('Li Xin'); |
| 12 | this.tiehua = nodes.withText('Tie Hua'); |
| 13 | this.heihei = nodes.withText('Hei Hei'); |
| 14 | this.pangpang = nodes.withText('Pang Pang'); |
| 15 | this.dandan = nodes.withText('Dan Dan'); |
| 16 | } |
| 17 | } |
nothing calls this directly
no outgoing calls
no test coverage detected