Signed-off-by: Alfredo Moises Boullosa <aboullos@redhat.com>
This commit is contained in:
parent
14d97ca9ea
commit
0c3e6d731c
1 changed files with 17 additions and 0 deletions
|
@ -188,6 +188,23 @@ describe("Authentication test", () => {
|
||||||
modalUtil.confirmModal();
|
modalUtil.confirmModal();
|
||||||
masthead.checkNotificationMessage("Flow successfully deleted");
|
masthead.checkNotificationMessage("Flow successfully deleted");
|
||||||
});
|
});
|
||||||
|
|
||||||
|
it("add webauthn authentication to browserflow", () => {
|
||||||
|
const flowName = "WebAuthn Browser";
|
||||||
|
listingPage.clickRowDetails("Browser").clickDetailMenu("Duplicate");
|
||||||
|
duplicateFlowModal.fill(flowName);
|
||||||
|
|
||||||
|
detailPage.clickRowDelete("WebAuthn Browser Browser - Conditional OTP");
|
||||||
|
modalUtil.confirmModal();
|
||||||
|
|
||||||
|
commonPage
|
||||||
|
.actionToolbarUtils()
|
||||||
|
.clickActionToggleButton()
|
||||||
|
.clickDropdownItem("Bind flow");
|
||||||
|
|
||||||
|
new BindFlowModal().fill("Direct grant flow").save();
|
||||||
|
masthead.checkNotificationMessage("Flow successfully updated");
|
||||||
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
describe("Required actions", () => {
|
describe("Required actions", () => {
|
||||||
|
|
Loading…
Reference in a new issue