Skip to content

Commit

Permalink
Skip firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
aagash-ni committed Sep 19, 2024
1 parent c533f42 commit e4f7d66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1542,7 +1542,8 @@ describe('RichTextEditorMentionListbox', () => {
expect(pageObject.isMentionListboxOpened()).toBeTrue();
});

it('should show mention popup for multiple mention configuration elements', async () => {
// Firefox skipped, see https://github.com/ni/nimble/issues/2404
it('should show mention popup for multiple mention configuration elements #SkipFirefox', async () => {
await appendUserMentionConfiguration(element, [
{ key: 'user:1', displayName: 'username1' },
{ key: 'user:2', displayName: 'username2' }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,8 @@ Plain text 3`);
<user:1> `);
});

it('Mention node', async () => {
// Firefox skipped, see https://github.com/ni/nimble/issues/2404
it('Mention node #SkipFirefox', async () => {
await appendUserMentionConfiguration(element, [
{ key: 'user:1', displayName: 'username1' }
]);
Expand Down

0 comments on commit e4f7d66

Please sign in to comment.