mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 06:26:42 +00:00
fix: ManyToMany column naming
- Add suffix `List` instead of `MMList` - Proper child table name - Cypress test case corrections re #2429 Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
@@ -23,10 +23,10 @@ export const genTest = (apiType, dbType) => {
|
||||
|
||||
it("Expand m2m column", () => {
|
||||
// expand first row
|
||||
cy.get('td[data-col="FilmMMList"] div', { timeout: 12000 })
|
||||
cy.get('td[data-col="FilmList"] div', { timeout: 12000 })
|
||||
.first()
|
||||
.click({ force: true });
|
||||
cy.get('td[data-col="FilmMMList"] div .mdi-arrow-expand')
|
||||
cy.get('td[data-col="FilmList"] div .mdi-arrow-expand')
|
||||
.first()
|
||||
.click({ force: true });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user