Skip to content

Test doRollback #460

@jelly

Description

@jelly

Coverage has uncovered that we don't cover:

     431           4 :     } else if (isRollback(info)) {
     432           7 :         action_name = "rollback";
     433           0 :         action = () => Dialogs.show(<ConfirmDeploymentChange actionName={action_name}
     434           0 :             bodyText={cockpit.format(_("System will rebase to $0, updated $1."), version, releaseTime)}
     435           0 :             onConfirmAction={() => doRollback(akey, info.osname.v)}
     436           0 :         />);

This needs research how realistic it is do achieve that.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions