0ebb3cbefe
Refs https://github.com/TryGhost/Team/issues/2371 - Tests whether the post access selection of public, members, or paid-members matches the expected post visibility on the frontend.
11 lines
363 B
Handlebars
11 lines
363 B
Handlebars
<span class="gh-select">
|
|
<OneWaySelect @value={{this.selectedVisibility}}
|
|
@options={{this.availableVisibilities}}
|
|
@optionValuePath="name"
|
|
@optionLabelPath="label"
|
|
@optionTargetPath="name"
|
|
@update={{action "updateVisibility"}}
|
|
@data-test-select="post-visibility"
|
|
/>
|
|
{{svg-jar "arrow-down-small"}}
|
|
</span> |