From 0f0105cd5b170d41bb4097bcd46fcabcb8437fb7 Mon Sep 17 00:00:00 2001 From: Dani McAvoy Date: Tue, 16 Apr 2019 14:06:30 -0400 Subject: [PATCH] Make sure we are signed in before testing app lab levels --- .../test/ui/features/instructions/csp_instructions.feature | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dashboard/test/ui/features/instructions/csp_instructions.feature b/dashboard/test/ui/features/instructions/csp_instructions.feature index ac3f4b0f64433..3c041d993068c 100644 --- a/dashboard/test/ui/features/instructions/csp_instructions.feature +++ b/dashboard/test/ui/features/instructions/csp_instructions.feature @@ -1,6 +1,9 @@ @no_mobile Feature: CSP Instructions +Background: + Given I create a student named "Lillian" + Scenario: 'Help & Tips' and 'Instruction' tabs are visible if level has videos Given I am on "http://studio.code.org/s/allthethings/stage/18/puzzle/1" When I click selector ".uitest-helpTab" once I see it