@@ -13,12 +13,12 @@ export const USERNAME_SELECTOR = '#username_input';
1313export const PASSWORD_SELECTOR = '#password_input' ;
1414export const LOGIN_BUTTON_SELECTOR = '#login_submit' ;
1515export const SELECT_CELL_BUTTON_SELECTOR = '#selectCellButton' ;
16- export const TUTORIAL_1_SELECTOR = "li[id='Model 1: Simple cell network']" ;
17- export const TUTORIAL_2_SELECTOR = "li[id='Model 2: Detailed cell network']"
18- export const TUTORIAL_3A_SELECTOR = "li[id='Model 3a: Multiscale network (low IP3)']"
19- export const TUTORIAL_3B_SELECTOR = "li[id='Model 3b: Multiscale network (high IP3)']"
20- export const TUTORIAL_3C_SELECTOR = "li[id='Model 3c: Multiscale network (no RxD)']"
21- export const TUTORIAL_4_SELECTOR = "li[id='Model 4: Simple oscillatory network']"
16+ export const TUTORIAL_1_SELECTOR = "li[id='Tut 1: Simple cell network']" ;
17+ export const TUTORIAL_2_SELECTOR = "li[id='Tut 2: Detailed cell network']"
18+ export const TUTORIAL_3A_SELECTOR = "li[id='Tut 3a: Multiscale network (low IP3)']"
19+ export const TUTORIAL_3B_SELECTOR = "li[id='Tut 3b: Multiscale network (high IP3)']"
20+ export const TUTORIAL_3C_SELECTOR = "li[id='Tut 3c: Multiscale network (no RxD)']"
21+ export const TUTORIAL_4_SELECTOR = "li[id='Tut 4: Simple oscillatory network']"
2222export const PYR_CELL_SELECTOR = '#pyr' ;
2323export const PYR_2_CELL_SELECTOR = '#PYR'
2424export const INT_CELL_SELECTOR = '#INT'
@@ -57,10 +57,13 @@ export const TO_VALUE_SELECTOR = '#undefined-to'
5757export const STEP_VALUE_SELECTOR = '#undefined-step'
5858export const CREATE_EXPERIMENT_BUTTON_SELECTOR = 'button[class="MuiButtonBase-root MuiButton-root MuiButton-contained MuiButton-containedPrimary"]'
5959export const EXPERIMENT_TABLE_HEADER_SELECTOR = 'th[class="MuiTableCell-root MuiTableCell-body"]'
60- export const SIMULATE_POPUP_SELECTOR = 'div[class="MuiBox-root MuiBox-root-185 wrap"]'
60+ // export const SIMULATE_POPUP_SELECTOR = 'div[class="MuiBox-root MuiBox-root-185 wrap"]'
61+ export const SIMULATE_POPUP_SELECTOR = '.MuiDialogContent-root > .MuiBox-root.custom-radio > :nth-child(2) > div'
62+
6163export const CONFIRM_SIMULATE_SELECTOR = '#appBarPerformActionButton'
6264export const CONFIRM_EXPERIMENT_STARTED_SELECTOR = 'button[class="MuiButtonBase-root MuiButton-root MuiButton-contained MuiButton-containedPrimary"]'
63- export const SIMULATION_LOADER_SELECTOR = 'div[class = "MuiBox-root MuiBox-root-186 MuiChip-icon MuiChipLoader"]'
65+ // export const SIMULATION_LOADER_SELECTOR = 'div[class = "MuiBox-root MuiBox-root-186 MuiChip-icon MuiChipLoader"]'
66+ export const SIMULATION_LOADER_SELECTOR = '.MuiTableCell-root.MuiTableCell-body.experimentTableCell.MuiTableCell-alignLeft > div > .MuiChipLoader '
6467export const BACK_TO_EDIT_SELECTOR = 'span[class="MuiButton-startIcon MuiButton-iconSizeMedium"]'
6568export const CELL_TYPES_TAB_SELECTOR = 'div[title="Cell Types"]'
6669export const EXPERIMENT_TABLE_SELECTOR = 'table[class="MuiTable-root"]'
0 commit comments