mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
Updated old spec files (#12309)
This commit is contained in:
parent
c31d203d02
commit
e146eaa9e6
2 changed files with 3 additions and 3 deletions
|
|
@ -90,9 +90,9 @@ export const postgreSqlSelector = {
|
|||
};
|
||||
|
||||
export const airTableSelector = {
|
||||
operationSelectDropdown: '[data-cy="query-select-dropdown"]',
|
||||
operationSelectDropdown: '[data-cy="operation-select-dropdown"]',
|
||||
baseIdInputField: '[data-cy="base-id-input-field"]',
|
||||
tableNameInputField: '[data-cy="table-name-input-field"]',
|
||||
recordIdInputField: '[data-cy="record-id-input-field"]',
|
||||
bodyInputField: '[data-cy="body-input-field"]',
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -193,7 +193,7 @@ describe("Data source baserow", () => {
|
|||
];
|
||||
|
||||
operations.forEach((operation) => {
|
||||
cy.get('[data-cy="query-select-dropdown"]').click();
|
||||
cy.get(pluginSelectors.operationDropdown).click();
|
||||
cy.get(".react-select__option").contains(operation).click();
|
||||
|
||||
cy.get(baserowSelectors.table).clearAndTypeOnCodeMirror(baserowTableID);
|
||||
|
|
|
|||
Loading…
Reference in a new issue