mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 03:05:47 +00:00
test: fix mm-hm order
This commit is contained in:
@@ -208,6 +208,10 @@ export class FieldsPage extends BasePage {
|
||||
break;
|
||||
case 'Links':
|
||||
await this.addOrEditColumn.locator('.nc-ltar-relation-type').getByTestId(relationType).click();
|
||||
// await this.addOrEditColumn
|
||||
// .locator('.nc-ltar-relation-type >> .ant-radio')
|
||||
// .nth(relationType === 'Has Many' ? 1 : 0)
|
||||
// .click();
|
||||
await this.addOrEditColumn.locator('.ant-select-single').nth(1).click();
|
||||
await this.rootPage.locator(`.nc-ltar-child-table >> input[type="search"]`).first().fill(childTable);
|
||||
await this.rootPage
|
||||
|
||||
Reference in New Issue
Block a user