- Testing (UI): Add force: true and longer timeout to get tests passing
This commit is contained in:
@@ -10,7 +10,7 @@ describe('UI - Tool selection', function () {
|
||||
it('should set rectangle selection by click', function () {
|
||||
cy.get('#tools_rect_show')
|
||||
.trigger('mousedown', {force: true})
|
||||
.trigger('mouseup', {force: true})
|
||||
.trigger('mouseup', {force: true, timeout: 10000})
|
||||
.should((button) => {
|
||||
expect(button).to.have.class('tool_button_current');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user