wix-incubator / DetoxRecorder

Detox Recorder is a utility for recordings steps for a Detox test as you use your app in Simulator. After recording the test, add expectations that check if interface elements are in the expected state.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bad generated JS test

JB-CHAUVIN opened this issue · comments

Describe the Bug
Hello, first, thanks Leo for this recorder. It is very usefull.

Howewer I have a problem, the generated JAVASCRIPT has missing chars at the end.

To Reproduce
Record a test.

Expected Behavior
The JS should look like this :
`describe('Recorded suite', () => {
it('Test', async () => {

})

}):`

Actual Behavior
The JS is looking like this :
`describe('Recorded suite', () => {
it('Test', async () => {

}

}`

Screenshots
image

Hmm, thanks! I will take a look.

Fixed. Please test with 1.0.146