From 4fbcf92da978c85be5432e18fbaf9e540b636d85 Mon Sep 17 00:00:00 2001 From: Yang Jiao <72076317+YangJiao0817@users.noreply.github.com> Date: Mon, 27 Nov 2023 18:26:06 +0800 Subject: [PATCH] Add jump to CNAB Bundle index artifact list test case (#19629) Fix #19278 Signed-off-by: Yang Jiao --- tests/robot-cases/Group1-Nightly/Common.robot | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/robot-cases/Group1-Nightly/Common.robot b/tests/robot-cases/Group1-Nightly/Common.robot index 9fdcd2b5e..ce36f7ca6 100644 --- a/tests/robot-cases/Group1-Nightly/Common.robot +++ b/tests/robot-cases/Group1-Nightly/Common.robot @@ -69,6 +69,8 @@ Test Case - Push CNAB Bundle and Display Wait Until Page Contains test${d}/cnab${d} Go Into Repo test${d} cnab${d} Go Into Index And Contain Artifacts cnab_tag${d} total_artifact_count=3 archive_count=2 + Retry Element Click //artifact-list-tab//clr-datagrid//clr-dg-row[1]//clr-dg-cell[1]//clr-icon + Retry Wait Element Count //artifact-list-tab//clr-datagrid//clr-dg-row 2 Close Browser Test Case - Create An New Project