From 99cc2bdfd1ccba4429cf40d8324da4f13e7137b0 Mon Sep 17 00:00:00 2001 From: cronopioelectronico Date: Wed, 8 Sep 2021 11:41:19 +0200 Subject: [PATCH] Update machine learning spec --- spec/system/admin/machine_learning_spec.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spec/system/admin/machine_learning_spec.rb b/spec/system/admin/machine_learning_spec.rb index d5db40a76..b649a42f7 100644 --- a/spec/system/admin/machine_learning_spec.rb +++ b/spec/system/admin/machine_learning_spec.rb @@ -195,14 +195,14 @@ describe "Machine learning" do select "proposals_summary_comments_textrank.py", from: "Select python script to execute" within "#script_descriptions" do - expect(page).to have_content "Proposals comments summaries - Dummy script" + expect(page).to have_content "Proposals comments summaries" end select "proposals_related_content_and_tags_nmf.py", from: "Select python script to execute" within "#script_descriptions" do - expect(page).to have_content "Related Proposals and Tags - Dummy script" - expect(page).not_to have_content "Proposals comments summaries - Dummy script" + expect(page).to have_content "Related Proposals and Tags" + expect(page).not_to have_content "Proposals comments summaries" end end