| * Copyright 2022 Google LLC |
| * SPDX-License-Identifier: Apache-2.0 |
| import '../../../test/common-test-setup'; |
| import {fixture, html, assert} from '@open-wc/testing'; |
| import './gr-create-destination-dialog'; |
| import {GrCreateDestinationDialog} from './gr-create-destination-dialog'; |
| suite('gr-create-destination-dialog tests', () => { |
| let element: GrCreateDestinationDialog; |
| html`<gr-create-destination-dialog></gr-create-destination-dialog>` |
| style="outline: none; display: none;" |
| <gr-dialog confirm-label="View commands" disabled="" role="dialog"> |
| <div class="header" slot="header">Create change</div> |
| <div class="main" slot="main"> |
| <gr-repo-branch-picker> </gr-repo-branch-picker> |
| If you haven't done so, you will need to clone the repository. |