8714-devToTest #1547

Merged
alexm merged 712 commits from 8714-devToTest into test 2025-03-04 14:08:01 +00:00
2 changed files with 0 additions and 2 deletions
Showing only changes of commit b84eb9c23c - Show all commits

View File

@ -4,7 +4,6 @@ describe('TicketFilter', () => {
cy.login('developer');
cy.viewport(1920, 1080);
cy.visit('/#/ticket/list');
cy.domContentLoad();
});
it('use search button', function () {

View File

@ -6,7 +6,6 @@ describe('TicketList', () => {
cy.login('developer');
cy.viewport(1920, 1080);
cy.visit('/#/ticket/list');
cy.domContentLoad();
});
const searchResults = (search) => {