Skip to content

Commit

Permalink
Different issue for dialog equality failure
Browse files Browse the repository at this point in the history
  • Loading branch information
jattasNI committed Mar 15, 2024
1 parent fcf66b0 commit 2f134ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/nimble-components/src/dialog/tests/dialog.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ describe('Dialog', () => {
await disconnect();
});

// Some browsers skipped, see: https://github.com/ni/nimble/issues/1936
// Some browsers skipped, see: https://github.com/ni/nimble/issues/1943
it('supports opening multiple dialogs on top of each other #SkipFirefox #SkipWebkit', async () => {
const { element, connect, disconnect } = await setup();
await connect();
Expand Down
2 changes: 1 addition & 1 deletion packages/nimble-components/src/drawer/tests/drawer.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ describe('Drawer', () => {
expect(document.activeElement).toBe(cancelButton);
});

// Some browsers skipped, see: https://github.com/ni/nimble/issues/1936
// Some browsers skipped, see: https://github.com/ni/nimble/issues/1943
it('supports opening multiple drawers on top of each other #SkipFirefox #SkipWebkit', () => {
const secondDrawer = document.createElement('nimble-drawer');
const secondDrawerButton = document.createElement('nimble-button');
Expand Down

0 comments on commit 2f134ba

Please sign in to comment.