Skip to content

Commit

Permalink
Disable intermittent RichTextEditorMentionListbox test (#2220)
Browse files Browse the repository at this point in the history
# Pull Request

## 🤨 Rationale

The test `RichTextEditorMentionListbox Dynamically update mention popup
items based on configuration changes should show mention popup for
multiple mention configuration elements` is intermittent on main and
being disabled.

See  #2219

## 👩‍💻 Implementation

Disabled the test.

## 🧪 Testing

Rely on CI.

## ✅ Checklist

- [x] I have updated the project documentation to reflect my changes or
determined no changes are needed.
  • Loading branch information
rajsite authored Jun 26, 2024
1 parent cc030f0 commit afea9d8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "disable intermittent test",
"packageName": "@ni/nimble-components",
"email": "rajsite@users.noreply.github.com",
"dependentChangeType": "none"
}
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 () => {
// Intermittent, see https://github.com/ni/nimble/issues/2219
xit('should show mention popup for multiple mention configuration elements', async () => {
await appendUserMentionConfiguration(element, [
{ key: 'user:1', displayName: 'username1' },
{ key: 'user:2', displayName: 'username2' }
Expand Down

0 comments on commit afea9d8

Please sign in to comment.