Skip to content

Commit

Permalink
chore: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
timurbazhirov committed Nov 29, 2023
1 parent 947fee0 commit f1d9185
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/cucumber/support/selectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ export const SELECTORS = {
`.button-activated-menu[data-name="${name}-menu"] li[role="menuitem"]:nth-of-type(${number})`,
supercellDialog: {
wrapper: "#supercellModal",
submitButton: "#make-supercell",
submitButton: "#supercellModal-submit-button",
matrixElementByIndices: (i, j) => `div.m${i + 1}${j + 1} input`,
},
interpolatedSetDialog: {
wrapper: "#interpolatedSetModal",
submitButton: "#generate-interpolated-set",
submitButton: "#interpolatedSetModal-submit-button",
intermediateImagesInput: "input[type='number']",
},
surfaceDialog: {
wrapper: "#surfaceModal",
submitButton: "#make-surface",
submitButton: "#surfaceModal-submit-button",
h: '[data-tid="miller-h"] input',
k: '[data-tid="miller-k"] input',
l: '[data-tid="miller-l"] input',
Expand Down

0 comments on commit f1d9185

Please sign in to comment.