From 2812ee80b1010ccec00b14e49eae66fc16ab2b83 Mon Sep 17 00:00:00 2001 From: Maxime Noel Date: Fri, 27 Oct 2023 15:22:53 +1300 Subject: [PATCH] Use the full debian Custom channel name to avoid Ambiguous match --- testsuite/features/secondary/srv_dist_channel_mapping.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testsuite/features/secondary/srv_dist_channel_mapping.feature b/testsuite/features/secondary/srv_dist_channel_mapping.feature index 7e18c28439d1..f3eb6e82ddd6 100644 --- a/testsuite/features/secondary/srv_dist_channel_mapping.feature +++ b/testsuite/features/secondary/srv_dist_channel_mapping.feature @@ -49,7 +49,7 @@ Feature: Distribution Channel Mapping When I enter "Ubuntu 22.04.01 LTS" as "os" And I enter "22.04" as "release" And I select "x86_64" from "architecture" dropdown - And I select "Fake-Base-Channel" from "channel_label" dropdown + And I select "Fake-Base-Channel-Debian-like" from "channel_label" dropdown And I click on "Create Mapping" Then I should see a "Ubuntu 22.04.01 LTS" link in the content area @@ -101,7 +101,7 @@ Feature: Distribution Channel Mapping And I should see the text "sle-product-sles15-sp4-pool-x86_64" in the Channel Label field When I follow "Ubuntu 22.04.01 LTS" And I enter "Ubuntu 22.04.01 LTS modified" as "os" - And I select "Fake-Base-Channel" from "channel_label" dropdown + And I select "Fake-Base-Channel-Debian-like" from "channel_label" dropdown And I click on "Update Mapping" Then I should see the text "Ubuntu 22.04.01 LTS modified" in the Operating System field And I should see the text "fake-base-channel" in the Channel Label field