Simplify Toolbar Link components
This commit is contained in:
parent
f2e4892e8e
commit
0fb9ba3ee5
|
@ -1,5 +1,3 @@
|
|||
import Component from '@ember/component';
|
||||
import OuterHTML from './outer-html';
|
||||
|
||||
export default Component.extend({
|
||||
classNames: ['toolbar-actions'],
|
||||
});
|
||||
export default OuterHTML.extend({});
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
import LinkComponent from '@ember/routing/link-component';
|
||||
|
||||
export default LinkComponent.extend({
|
||||
classNames: ['toolbar-button'],
|
||||
});
|
|
@ -1,6 +0,0 @@
|
|||
import LinkComponent from '@ember/routing/link-component';
|
||||
|
||||
export default LinkComponent.extend({
|
||||
classNames: ['toolbar-button'],
|
||||
glyph: 'chevron-right',
|
||||
});
|
|
@ -1,5 +1,5 @@
|
|||
import DownloadButton from './download-button';
|
||||
|
||||
export default DownloadButton.extend({
|
||||
classNames: ['toolbar-button'],
|
||||
classNames: ['toolbar-link'],
|
||||
});
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
import Component from '@ember/component';
|
||||
import OuterHTML from './outer-html';
|
||||
|
||||
export default Component.extend({
|
||||
classNames: ['toolbar-filters'],
|
||||
});
|
||||
export default OuterHTML.extend({});
|
||||
|
|
|
@ -0,0 +1,14 @@
|
|||
import OuterHTML from './outer-html';
|
||||
import { computed } from '@ember/object';
|
||||
|
||||
export default OuterHTML.extend({
|
||||
glyph: computed('type', function() {
|
||||
if (this.type == 'add') {
|
||||
return 'plus-plain';
|
||||
} else {
|
||||
return 'chevron-right';
|
||||
}
|
||||
}),
|
||||
tagName: 'span',
|
||||
type: null,
|
||||
});
|
|
@ -1,6 +1,13 @@
|
|||
import SecretLink from './secret-link';
|
||||
import OuterHTML from './outer-html';
|
||||
import { computed } from '@ember/object';
|
||||
|
||||
export default SecretLink.extend({
|
||||
class: 'toolbar-button',
|
||||
glyph: 'chevron-right',
|
||||
export default OuterHTML.extend({
|
||||
glyph: computed('type', function() {
|
||||
if (this.type == 'add') {
|
||||
return 'plus-plain';
|
||||
} else {
|
||||
return 'chevron-right';
|
||||
}
|
||||
}),
|
||||
tagName: 'span',
|
||||
});
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import Component from '@ember/component';
|
||||
import OuterHTML from './outer-html';
|
||||
|
||||
export default Component.extend({
|
||||
export default OuterHTML.extend({
|
||||
classNames: ['toolbar'],
|
||||
tagName: 'nav',
|
||||
});
|
||||
|
|
|
@ -4,20 +4,19 @@
|
|||
|
||||
.toolbar {
|
||||
background-color: $ui-gray-010;
|
||||
border: 1px solid $ui-gray-200;
|
||||
border: 1px solid $ui-gray-100;
|
||||
border-bottom-color: $ui-gray-300;
|
||||
border-top-color: $ui-gray-300;
|
||||
position: relative;
|
||||
|
||||
&::after {
|
||||
background: linear-gradient(to right, rgba($ui-gray-010, 0), $ui-gray-010);
|
||||
border-radius: $radius-large;
|
||||
bottom: 1px;
|
||||
background: linear-gradient(to right, $ui-gray-010, rgba($ui-gray-010, 0));
|
||||
bottom: 0;
|
||||
content: '';
|
||||
position: absolute;
|
||||
right: 1px;
|
||||
top: 1px;
|
||||
width: $spacing-s;
|
||||
right: 0;
|
||||
top: 0;
|
||||
width: $spacing-xxs;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
|
@ -72,7 +71,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
.toolbar-button {
|
||||
.toolbar-link {
|
||||
@extend .button;
|
||||
@extend .is-ghost;
|
||||
@extend .has-icon-right;
|
||||
|
|
|
@ -29,18 +29,19 @@
|
|||
{{/if}}
|
||||
<ToolbarActions>
|
||||
{{#if (eq identityType "entity")}}
|
||||
<ToolbarButton
|
||||
<ToolbarLink
|
||||
@params={{array "vault.cluster.access.identity.merge" (pluralize identityType)}}
|
||||
data-test-entity-merge-link=true
|
||||
@data-test-entity-merge-link=true
|
||||
>
|
||||
Merge {{pluralize identityType}}
|
||||
</ToolbarButton>
|
||||
</ToolbarLink>
|
||||
{{/if}}
|
||||
<ToolbarButton
|
||||
<ToolbarLink
|
||||
@type="add"
|
||||
@params={{array "vault.cluster.access.identity.create" (pluralize identityType)}}
|
||||
data-test-entity-create-link=true
|
||||
@data-test-entity-create-link=true
|
||||
>
|
||||
Create {{identityType}}
|
||||
</ToolbarButton>
|
||||
</ToolbarLink>
|
||||
</ToolbarActions>
|
||||
</Toolbar>
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
>
|
||||
<D.trigger
|
||||
data-test-popup-menu-trigger="true"
|
||||
@class={{concat "popup-menu-trigger toolbar-button" (if D.isOpen " is-active")}}
|
||||
@class={{concat "popup-menu-trigger toolbar-link" (if D.isOpen " is-active")}}
|
||||
@tagName="button"
|
||||
>
|
||||
History
|
||||
|
@ -95,7 +95,7 @@
|
|||
|
||||
{{#if (and (eq mode 'show') canDelete)}}
|
||||
<ConfirmAction
|
||||
@buttonClasses="toolbar-button"
|
||||
@buttonClasses="toolbar-link"
|
||||
@onConfirmAction={{action "deleteKey"}}
|
||||
@confirmMessage={{if isV2
|
||||
(concat "This will permanently delete " model.id " and all its versions. Are you sure you want to do this?")
|
||||
|
@ -121,7 +121,7 @@
|
|||
>
|
||||
<D.trigger
|
||||
data-test-popup-menu-trigger="true"
|
||||
@class={{concat "toolbar-button" (if D.isOpen " is-active")}}
|
||||
@class={{concat "toolbar-link" (if D.isOpen " is-active")}}
|
||||
@tagName="button"
|
||||
>
|
||||
Copy secret
|
||||
|
@ -169,21 +169,22 @@
|
|||
{{/unless}}
|
||||
|
||||
{{#if isV2}}
|
||||
<ToolbarAddButton
|
||||
<ToolbarLink
|
||||
@params={{array targetRoute model.id (query-params version=this.modelForData.version)}}
|
||||
@data-test-secret-edit="true"
|
||||
@replace={{true}}
|
||||
@type="add"
|
||||
>
|
||||
Create new version
|
||||
</ToolbarAddButton>
|
||||
</ToolbarLink>
|
||||
{{else}}
|
||||
<ToolbarAddButton
|
||||
<ToolbarLink
|
||||
@params={{array targetRoute model.id}}
|
||||
@data-test-secret-edit="true"
|
||||
@replace={{true}}
|
||||
>
|
||||
Edit secret
|
||||
</ToolbarAddButton>
|
||||
</ToolbarLink>
|
||||
{{/if}}
|
||||
{{/let}}
|
||||
{{/if}}
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
>
|
||||
<D.trigger
|
||||
data-test-popup-menu-trigger="true"
|
||||
@class={{concat "toolbar-button" (if D.isOpen " is-active")}}
|
||||
@class={{concat "toolbar-link" (if D.isOpen " is-active")}}
|
||||
@tagName="button"
|
||||
>
|
||||
{{#if useDefaultTrigger}}
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
<nav class="toolbar-actions">
|
||||
{{yield}}
|
||||
</nav>
|
|
@ -1,2 +0,0 @@
|
|||
{{yield}}
|
||||
<ICon @glyph="plus-plain" @size=12 />
|
|
@ -1,2 +0,0 @@
|
|||
{{yield}}
|
||||
<ICon @glyph={{glyph}} @size=12 />
|
|
@ -0,0 +1,3 @@
|
|||
<nav class="toolbar-filters">
|
||||
{{yield}}
|
||||
</nav>
|
|
@ -0,0 +1,17 @@
|
|||
<LinkTo
|
||||
@class="toolbar-link"
|
||||
@params={{params}}
|
||||
@data-test-secret-edit={{data-test-secret-edit}}
|
||||
@data-test-secondary-add={{data-test-secondary-add}}
|
||||
@data-test-configure-link={{data-test-configure-link}}
|
||||
@data-test-alias-edit-link={{data-test-alias-edit-link}}
|
||||
@data-test-entity-merge-link={{data-test-entity-merge-link}}
|
||||
@data-test-backend-view-link={{data-test-backend-view-link}}
|
||||
@data-test-entity-create-link={{data-test-entity-create-link}}
|
||||
@data-test-policy-create-link={{data-test-policy-create-link}}
|
||||
@data-test-policy-edit-toggle={{data-test-policy-edit-toggle}}
|
||||
@data-test-secret-backend-configure={{data-test-secret-backend-configure}}
|
||||
>
|
||||
{{yield}}
|
||||
<ICon @glyph={{glyph}} @size=12 />
|
||||
</LinkTo>
|
|
@ -1,17 +1,18 @@
|
|||
<SecretLink
|
||||
@class="toolbar-button"
|
||||
@class="toolbar-link"
|
||||
@mode={{mode}}
|
||||
@secret={{secret}}
|
||||
@queryParams={{queryParams}}
|
||||
@data-test-secret-create={{data-test-secret-create}}
|
||||
@data-test-credentials-link={{data-test-credentials-link}}
|
||||
@data-test-backend-credentials={{data-test-backend-credentials}}
|
||||
@data-test-edit-link={{data-test-edit-link}}
|
||||
@data-test-sign-link={{data-test-sign-link}}
|
||||
@data-test-transit-link={{data-test-transit-link}}
|
||||
@data-test-transit-key-actions-link={{data-test-transit-key-actions-link}}
|
||||
@data-test-secret-create={{data-test-secret-create}}
|
||||
@data-test-credentials-link={{data-test-credentials-link}}
|
||||
@data-test-backend-credentials={{data-test-backend-credentials}}
|
||||
@data-test-transit-action-link={{data-test-transit-action-link}}
|
||||
@replace={{replace}}>
|
||||
@data-test-transit-key-actions-link={{data-test-transit-key-actions-link}}
|
||||
@replace={{replace}}
|
||||
>
|
||||
{{yield}}
|
||||
<ICon @glyph={{glyph}} @size=12 />
|
||||
</SecretLink>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{{#if (eq selectedAction 'rotate')}}
|
||||
{{#if key.canRotate}}
|
||||
{{#confirm-action
|
||||
buttonClasses="toolbar-button"
|
||||
buttonClasses="toolbar-link"
|
||||
onConfirmAction=(action "doSubmit")
|
||||
confirmMessage=(concat 'Are you sure you want to rotate "' key.id '"?')
|
||||
confirmButtonText="Confirm rotation"
|
||||
|
|
|
@ -9,9 +9,9 @@
|
|||
{{#if model.canConfigure}}
|
||||
<Toolbar>
|
||||
<ToolbarActions>
|
||||
<ToolbarButton @params={{array 'vault.cluster.access.control-groups-configure'}}>
|
||||
<ToolbarLink @params={{array 'vault.cluster.access.control-groups-configure'}}>
|
||||
Configure
|
||||
</ToolbarButton>
|
||||
</ToolbarLink>
|
||||
</ToolbarActions>
|
||||
</Toolbar>
|
||||
{{/if}}
|
||||
|
|
|
@ -9,9 +9,9 @@
|
|||
{{#if model.canConfigure}}
|
||||
<Toolbar>
|
||||
<ToolbarActions>
|
||||
<ToolbarButton @params={{array 'vault.cluster.access.control-groups-configure'}}>
|
||||
<ToolbarLink @params={{array 'vault.cluster.access.control-groups-configure'}}>
|
||||
Configure
|
||||
</ToolbarButton>
|
||||
</ToolbarLink>
|
||||
</ToolbarActions>
|
||||
</Toolbar>
|
||||
{{/if}}
|
||||
|
|
|
@ -32,12 +32,12 @@
|
|||
</div>
|
||||
<Toolbar>
|
||||
<ToolbarActions>
|
||||
<ToolbarButton
|
||||
<ToolbarLink
|
||||
@params={{array "vault.cluster.access.identity.aliases.edit" model.id}}
|
||||
data-test-alias-edit-link=true
|
||||
@data-test-alias-edit-link=true
|
||||
>
|
||||
Edit {{lowercase (humanize model.identityType)}}
|
||||
</ToolbarButton>
|
||||
</ToolbarLink>
|
||||
</ToolbarActions>
|
||||
</Toolbar>
|
||||
{{component (concat 'identity/item-alias/alias-' section) model=model}}
|
||||
|
|
|
@ -33,15 +33,20 @@
|
|||
<Toolbar>
|
||||
<ToolbarActions>
|
||||
{{#unless (or (and (eq model.identityType "group") (eq model.type "internal")) model.alias)}}
|
||||
{{#link-to "vault.cluster.access.identity.aliases.add" (pluralize model.identityType) model.id class="button has-icon-right is-ghost is-compact" data-test-entity-create-link=true}}
|
||||
<ToolbarLink
|
||||
@type="add"
|
||||
@params={{array "vault.cluster.access.identity.aliases.add" (pluralize model.identityType) model.id}}
|
||||
@data-test-entity-create-link=true
|
||||
>
|
||||
Add alias
|
||||
{{i-con glyph="chevron-right" size=11}}
|
||||
{{/link-to}}
|
||||
</ToolbarLink>
|
||||
{{/unless}}
|
||||
{{#link-to "vault.cluster.access.identity.edit" (pluralize model.identityType) model.id class="button has-icon-right is-ghost is-compact" data-test-entity-edit-link=true}}
|
||||
<ToolbarLink
|
||||
@params={{array "vault.cluster.access.identity.edit" (pluralize model.identityType) model.id}}
|
||||
@data-test-entity-edit-link=true
|
||||
>
|
||||
Edit {{model.identityType}}
|
||||
{{i-con glyph="chevron-right" size=11}}
|
||||
{{/link-to}}
|
||||
</ToolbarLink>
|
||||
</ToolbarActions>
|
||||
</Toolbar>
|
||||
{{component (concat 'identity/item-' section) model=model}}
|
||||
|
|
|
@ -19,12 +19,12 @@
|
|||
{{#if (eq section "configuration")}}
|
||||
<Toolbar>
|
||||
<ToolbarActions>
|
||||
<ToolbarButton
|
||||
<ToolbarLink
|
||||
@params={{array "vault.cluster.settings.auth.configure" model.id}}
|
||||
data-test-configure-link=true
|
||||
@data-test-configure-link=true
|
||||
>
|
||||
Configure
|
||||
</ToolbarButton>
|
||||
</ToolbarLink>
|
||||
</ToolbarActions>
|
||||
</Toolbar>
|
||||
{{/if}}
|
||||
|
|
|
@ -8,9 +8,12 @@
|
|||
|
||||
<Toolbar>
|
||||
<ToolbarActions>
|
||||
<ToolbarButton @params={{array 'vault.cluster.settings.auth.enable'}}>
|
||||
<ToolbarLink
|
||||
@type="add"
|
||||
@params={{array 'vault.cluster.settings.auth.enable'}}
|
||||
>
|
||||
Enable new method
|
||||
</ToolbarButton>
|
||||
</ToolbarLink>
|
||||
</ToolbarActions>
|
||||
</Toolbar>
|
||||
|
||||
|
|
|
@ -9,9 +9,12 @@
|
|||
|
||||
<Toolbar>
|
||||
<ToolbarActions>
|
||||
<ToolbarButton @params={{array 'vault.cluster.access.namespaces.create'}}>
|
||||
<ToolbarLink
|
||||
@type="add"
|
||||
@params={{array 'vault.cluster.access.namespaces.create'}}
|
||||
>
|
||||
Create namespace
|
||||
</ToolbarButton>
|
||||
</ToolbarLink>
|
||||
</ToolbarActions>
|
||||
</Toolbar>
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
<label for="policy-name" class="is-label">Name</label>
|
||||
<div class="control">
|
||||
<input
|
||||
type="text"nn
|
||||
type="text"
|
||||
id="policy-name"
|
||||
class="input"
|
||||
value={{model.name}}
|
||||
|
|
|
@ -38,12 +38,13 @@
|
|||
{{/if}}
|
||||
</ToolbarFilters>
|
||||
<ToolbarActions>
|
||||
<ToolbarButton
|
||||
<ToolbarLink
|
||||
@type="add"
|
||||
@params={{array 'vault.cluster.policies.create'}}
|
||||
data-test-policy-create-link=true
|
||||
@data-test-policy-create-link=true
|
||||
>
|
||||
Create {{uppercase policyType}} policy
|
||||
</ToolbarButton>
|
||||
</ToolbarLink>
|
||||
</ToolbarActions>
|
||||
</Toolbar>
|
||||
{{#each model as |item|}}
|
||||
|
|
|
@ -23,16 +23,16 @@
|
|||
{{#if (and (not-eq model.id "root") (or capabilities.canUpdate capabilities.canDelete))}}
|
||||
<Toolbar>
|
||||
<ToolbarActions>
|
||||
<ToolbarButton
|
||||
<ToolbarLink
|
||||
@params={{array 'vault.cluster.policy.show' model.id}}
|
||||
data-test-policy-edit-toggle=true
|
||||
@data-test-policy-edit-toggle=true
|
||||
>
|
||||
Back to policy
|
||||
</ToolbarButton>
|
||||
</ToolbarLink>
|
||||
<div class="toolbar-separator" />
|
||||
{{#if (and (not-eq model.id "default") capabilities.canDelete)}}
|
||||
{{#confirm-action
|
||||
buttonClasses="toolbar-button"
|
||||
buttonClasses="toolbar-link"
|
||||
onConfirmAction=(action "deletePolicy" model)
|
||||
confirmMessage=(concat "Are you sure you want to delete " model.id "?")
|
||||
data-test-policy-delete=true
|
||||
|
|
|
@ -23,19 +23,19 @@
|
|||
<Toolbar>
|
||||
<ToolbarActions>
|
||||
<ToolbarDownloadButton
|
||||
@classNames="toolbar-button"
|
||||
@classNames="toolbar-link"
|
||||
@actionText="Download policy"
|
||||
@extension={{if (eq policyType "acl") model.format "sentinel"}}
|
||||
@filename=model.name
|
||||
@data=model.policy
|
||||
/>
|
||||
{{#if (and (not-eq model.id "root") (or capabilities.canUpdate capabilities.canDelete))}}
|
||||
<ToolbarButton
|
||||
<ToolbarLink
|
||||
@params={{array 'vault.cluster.policy.edit' model.id}}
|
||||
data-test-policy-edit-toggle=true
|
||||
@data-test-policy-edit-toggle=true
|
||||
>
|
||||
Edit policy
|
||||
</ToolbarButton>
|
||||
</ToolbarLink>
|
||||
{{/if}}
|
||||
</ToolbarActions>
|
||||
</Toolbar>
|
||||
|
|
|
@ -3,21 +3,21 @@
|
|||
<ToolbarActions>
|
||||
{{#if model.replicationAttrs.knownSecondaries.length}}
|
||||
{{#if model.canRevokeSecondary}}
|
||||
<ToolbarButton
|
||||
<ToolbarLink
|
||||
@params={{array 'vault.cluster.replication.mode.secondaries.revoke' model.name replicationMode}}
|
||||
data-test-secondary-add=true
|
||||
>
|
||||
Revoke secondary
|
||||
</ToolbarButton>
|
||||
</ToolbarLink>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
{{#if model.canAddSecondary}}
|
||||
<ToolbarAddButton
|
||||
<ToolbarLink
|
||||
@type="add"
|
||||
@params={{array 'vault.cluster.replication.mode.secondaries.add' model.name replicationMode}}
|
||||
@data-test-secondary-add=true
|
||||
>
|
||||
Add secondary
|
||||
</ToolbarAddButton>
|
||||
</ToolbarLink>
|
||||
{{/if}}
|
||||
</ToolbarActions>
|
||||
</Toolbar>
|
||||
|
|
|
@ -3,12 +3,12 @@
|
|||
{{#if (or (eq model.type "aws") (eq model.type "ssh") (eq model.type "pki"))}}
|
||||
<Toolbar>
|
||||
<ToolbarActions>
|
||||
<ToolbarButton
|
||||
<ToolbarLink
|
||||
@params={{array 'vault.cluster.settings.configure-secret-backend' model.id}}
|
||||
data-test-secret-backend-configure=true
|
||||
@data-test-secret-backend-configure=true
|
||||
>
|
||||
Configure
|
||||
</ToolbarButton>
|
||||
</ToolbarLink>
|
||||
</ToolbarActions>
|
||||
</Toolbar>
|
||||
{{/if}}
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
<ToolbarSecretLink
|
||||
@secret=''
|
||||
@mode="create"
|
||||
@glyph="plus-plain"
|
||||
@type="add"
|
||||
@queryParams={{query-params initialKey=(or filter baseKey.id)}}
|
||||
@data-test-secret-create=true
|
||||
>
|
||||
|
|
|
@ -8,9 +8,12 @@
|
|||
|
||||
<Toolbar>
|
||||
<ToolbarActions>
|
||||
<ToolbarAddButton @params={{array 'vault.cluster.settings.mount-secret-backend'}}>
|
||||
<ToolbarLink
|
||||
@type="add"
|
||||
@params={{array 'vault.cluster.settings.mount-secret-backend'}}
|
||||
>
|
||||
Enable new engine
|
||||
</ToolbarAddButton>
|
||||
</ToolbarLink>
|
||||
</ToolbarActions>
|
||||
</Toolbar>
|
||||
|
||||
|
|
|
@ -18,12 +18,12 @@
|
|||
|
||||
<Toolbar>
|
||||
<ToolbarActions>
|
||||
<ToolbarButton
|
||||
<ToolbarLink
|
||||
@params={{array "vault.cluster.access.method" model.id}}
|
||||
data-test-backend-view-link=true
|
||||
@data-test-backend-view-link=true
|
||||
>
|
||||
View method
|
||||
</ToolbarButton>
|
||||
</ToolbarLink>
|
||||
</ToolbarActions>
|
||||
</Toolbar>
|
||||
|
||||
|
|
|
@ -16,12 +16,12 @@
|
|||
|
||||
<Toolbar>
|
||||
<ToolbarActions>
|
||||
<ToolbarButton
|
||||
<ToolbarLink
|
||||
@params={{array "vault.cluster.secrets.backend" model.id}}
|
||||
data-test-backend-view-link=true
|
||||
@data-test-backend-view-link=true
|
||||
>
|
||||
View backend
|
||||
</ToolbarButton>
|
||||
</ToolbarLink>
|
||||
</ToolbarActions>
|
||||
</Toolbar>
|
||||
|
||||
|
|
|
@ -51,8 +51,6 @@ const OIDC_AUTH_RESPONSE = {
|
|||
},
|
||||
};
|
||||
|
||||
const WAIT_TIME = 50;
|
||||
|
||||
const routerStub = Service.extend({
|
||||
urlFor() {
|
||||
return 'http://example.com';
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
import { module, test } from 'qunit';
|
||||
import { setupRenderingTest } from 'ember-qunit';
|
||||
import { render } from '@ember/test-helpers';
|
||||
import { isPresent } from 'ember-cli-page-object';
|
||||
import hbs from 'htmlbars-inline-precompile';
|
||||
|
||||
module('Integration | Component | toolbar-add-button', function(hooks) {
|
||||
setupRenderingTest(hooks);
|
||||
|
||||
test('it renders', async function(assert) {
|
||||
await render(hbs`<ToolbarAddButton @params={{array "/"}}>Link</ToolbarAddButton>`);
|
||||
|
||||
assert.equal(this.element.textContent.trim(), 'Link');
|
||||
assert.ok(isPresent('.toolbar-button'));
|
||||
assert.ok(isPresent('.icon'));
|
||||
});
|
||||
});
|
|
@ -11,7 +11,7 @@ module('Integration | Component | toolbar-download-button', function(hooks) {
|
|||
await render(hbs`<ToolbarDownloadButton @actionText="Link" />`);
|
||||
|
||||
assert.equal(this.element.textContent.trim(), 'Link');
|
||||
assert.ok(isPresent('.toolbar-button'));
|
||||
assert.ok(isPresent('.toolbar-link'));
|
||||
assert.ok(isPresent('.icon'));
|
||||
});
|
||||
});
|
||||
|
|
|
@ -4,14 +4,14 @@ import { render } from '@ember/test-helpers';
|
|||
import { isPresent } from 'ember-cli-page-object';
|
||||
import hbs from 'htmlbars-inline-precompile';
|
||||
|
||||
module('Integration | Component | toolbar-button', function(hooks) {
|
||||
module('Integration | Component | toolbar-link', function(hooks) {
|
||||
setupRenderingTest(hooks);
|
||||
|
||||
test('it renders', async function(assert) {
|
||||
await render(hbs`<ToolbarButton @params="/secrets">Link</ToolbarButton>`);
|
||||
await render(hbs`<ToolbarLink @params="/secrets">Link</ToolbarLink>`);
|
||||
|
||||
assert.equal(this.element.textContent.trim(), 'Link');
|
||||
assert.ok(isPresent('.toolbar-button'));
|
||||
assert.ok(isPresent('.toolbar-link'));
|
||||
assert.ok(isPresent('.icon'));
|
||||
});
|
||||
});
|
Loading…
Reference in New Issue