jdi-testing / jdn

0 stars 2 forks source link

Name of output files are the same as it was on previous page #260

Closed DaryaGurtovenko closed 3 years ago

DaryaGurtovenko commented 3 years ago

The issue is the following - the first generated file has own correct name but all following have the same, as the first one

Steps to reproduce on test site:

  1. Open https://jdi-testing.github.io/jdi-light/index.html.
  2. Click 'Identify ' button and after prediction ended click 'Generate and Download' File name is 'HomePage'
  3. Clear markup by 'Remove' button.
  4. Go to the next page by clicking 'Contact form' link on the left bar.
  5. Click 'Identify ' button and after prediction ended click 'Generate and Download'
  6. Look at the file name of this new file.

Expected result: File should have new name 'ContactForm'

Actual result: File has old name 'HomePage (N)' (where N - the number of copies).

The same situation is for all sites.

DaryaGurtovenko commented 3 years ago

Verified on ver.3.0.42