Skip to content

Commit

Permalink
Merge pull request #5300 from ckeditor/failing-tests
Browse files Browse the repository at this point in the history
Ignore a11y manual tests on mobile
  • Loading branch information
KarolDawidziuk authored Aug 2, 2022
2 parents cd1dc1a + 6fbba72 commit a065e07
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/plugins/a11yhelp/manual/screenreader.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
<div id="editor"></div>

<script>
if ( bender.tools.env.mobile ) {
bender.ignore();
}

CKEDITOR.replace( 'editor', {
language: 'en'
} );
Expand Down
4 changes: 4 additions & 0 deletions tests/plugins/toolbar/manual/focus.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@
</div>

<script>
if ( bender.tools.env.mobile ) {
bender.ignore();
}

CKEDITOR.replace( 'editor' );
</script>

0 comments on commit a065e07

Please sign in to comment.