style: widen lifecycle primary surface
This commit is contained in:
@@ -80,6 +80,7 @@ describe("PreparedAuthoringLifecycleScene", () => {
|
||||
.toBeInTheDocument();
|
||||
expect(visual).toHaveAttribute("data-presentation-surface", "editorial");
|
||||
expect(visual).toHaveAttribute("data-visual-role", "authoring-phase");
|
||||
expect(workspace.querySelector('[data-visual-role="lifecycle-primary"]')).toBe(visual.parentElement);
|
||||
});
|
||||
|
||||
it("synchronizes the assistant phase, active group, rail, and visual", () => {
|
||||
|
||||
@@ -83,7 +83,11 @@ export const PreparedAuthoringLifecycleScene = ({ scene, beat, onAdvance }: Prep
|
||||
))}
|
||||
</ol>
|
||||
|
||||
<article className="prepared-lifecycle-scene__projection" key={beatId}>
|
||||
<article
|
||||
className="prepared-lifecycle-scene__projection"
|
||||
data-visual-role="lifecycle-primary"
|
||||
key={beatId}
|
||||
>
|
||||
<AuthoringPhaseVisual projection={projection} />
|
||||
</article>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user