Skip to content

Commit e0cb184

Browse files
committed
enable some more working a11y dialog tests
Signed-off-by: Caolán McNamara <[email protected]> Change-Id: I85e912f35d53d0fc41c13d3184e7f6160080adca
1 parent 86e9946 commit e0cb184

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

cypress_test/integration_tests/desktop/writer/a11y_dialog_spec.js

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,11 @@ describe(['tagdesktop'], 'Accessibility Writer Tests', function () {
6060
return;
6161
}
6262
// don't pass yet
63-
if (command == '.uno:FormatColumns' ||
64-
command == '.uno:InsertBreak' ||
65-
command == '.uno:InsertFrame' ||
63+
if (command == '.uno:InsertFrame' ||
6664
command == '.uno:InsertMultiIndex' ||
6765
command == '.uno:PageDialog' ||
6866
command == '.uno:ParagraphDialog' ||
69-
command == '.uno:SpellingAndGrammarDialog' ||
70-
command == '.uno:TableNumberFormatDialog' ||
71-
command == '.uno:Watermark') {
67+
command == '.uno:SpellingAndGrammarDialog') {
7268
cy.log(`Skipping buggy dialog: ${command}`);
7369
return;
7470
}

0 commit comments

Comments
 (0)