feat: refs #8697 enable data-cy attribute for VnTable, update test cases to remove skips and adjust selectors #1529
test/cypress/integration/entry
|
@ -1,4 +1,4 @@
|
|||
describe.skip('EntryStockBought', () => {
|
||||
describe('EntryStockBought', () => {
|
||||
beforeEach(() => {
|
||||
cy.viewport(1920, 1080);
|
||||
cy.login('buyer');
|
||||
|
|
Loading…
Reference in New Issue