Skip to content

Commit

Permalink
Autotests: #3451 - rna monomer library and rna builder (#3460)
Browse files Browse the repository at this point in the history
* - added 9 tests to 'rna-library';
- added expected snapshots;
- added helper functions;
- renamed some test-id

* - deleted unused imports

* - added 2 tests;
- added expected snapshots

* - added tests;
- added expected snapshots;
- added functions to take screenshots

* - added tests;
- added expected snapshots;
- added functions to take RNA Builder screenshot

* - added tests
- added expected snapshots

* - added 3 tests to 'rna-library'

* - updated snapshots

* - deleted unused import

* - updated snapshot

* - added 4 tests;
- added expected snapshots

* - added 6 tests;
- added expected snapshots;
- added 1 test file

* - added 1 test;
- added expected snapshots

* - added 6 tests;
- added expected snapshots

* - added 3 tests;
- added expected snapshots

* - added 1 test;
- added expected snapshot

* - added 1 test;
- added expected screenshot

* - added 5 tests;
- added test-id's;
- added expected snapshots;
- added 2 test files

* - updated snapshots

* - added 2 tests;
- updated snapshots;
- added function 'turnOnMicromoleculesEditor'

* - added function 'takeElementScreenshot'

* - code refactor

* - change package.json

* - updated snapshots

* - update snapshot

* - updated screenshots;
- code refactor

* - code refactor

* - code refactor;
- snapshot updated

* - code refactor

* - code refactoring

* - code refactoring

* - updated snapshots

* - updated snapshots

* - added test-id 'monomer-library';
- updated snapshots;
- changed function takeMonomerLibraryScreenshot

* - updated snapshots

* - updated snapshots

* - code refactoring
  • Loading branch information
Zhirnoff authored Nov 29, 2023
1 parent 62aa8d4 commit 7f65960
Show file tree
Hide file tree
Showing 87 changed files with 1,799 additions and 120 deletions.
8 changes: 4 additions & 4 deletions ketcher-autotests/constants/testIdConstants.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const PEPTIDES_TAB = 'PEPTIDES_TAB';
const RNA_TAB = 'RNA_TAB';
const CHEM_TAB = 'CHEM_TAB';
const FAVORITES_TAB = 'FAVORITES_TAB';
const PEPTIDES_TAB = 'PEPTIDES-TAB';
const RNA_TAB = 'RNA-TAB';
const CHEM_TAB = 'CHEM-TAB';
const FAVORITES_TAB = 'FAVORITES-TAB';
const POLYMER_TOGGLER = 'polymer-toggler';
const MACROMOLECULES_MODE = 'macromolecules_mode';
const MOLECULES_MODE = 'molecules_mode';
Expand Down
Loading

0 comments on commit 7f65960

Please sign in to comment.