cypress: make sure the cell selection is visible before run test steps.
Signed-off-by: Tamás Zolnai <tamas.zolnai@collabora.com> Change-Id: I3ce151f8ebe9405c5830630e941c94ab9ef2f7ae
This commit is contained in:
parent
f69448898a
commit
129ae61684
1 changed files with 4 additions and 0 deletions
|
@ -35,6 +35,10 @@ function enableEditingMobile() {
|
|||
helper.doIfInCalc(function() {
|
||||
cy.get('#formulabar')
|
||||
.should('be.visible');
|
||||
|
||||
// we should have a cell selected here
|
||||
cy.get('.spreadsheet-cell-resize-marker')
|
||||
.should('be.visible');
|
||||
});
|
||||
|
||||
// In writer, we should have the blinking cursor visible
|
||||
|
|
Loading…
Reference in a new issue