多维表格
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
313 B

describe('Rest api - CRUD/Filter', () => {
before(() => {
cy.waitForSpinners();
cy.openOrCreateRestProject();
// open country table
cy.openTableTab('Country');
})
// create a new random table
it('Check country table - ', () => {
cy.get('.nc-pagination').should('exist')
});
})