From 3318c8a426ae46ae18dee07cbcee357fabf3ad30 Mon Sep 17 00:00:00 2001 From: Lucas Date: Wed, 4 Dec 2019 01:37:33 -0300 Subject: [PATCH] create_page test adjustment --- src/app/features/003_create_page_click.feature | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/features/003_create_page_click.feature b/src/app/features/003_create_page_click.feature index e379b252..ed72e7f6 100644 --- a/src/app/features/003_create_page_click.feature +++ b/src/app/features/003_create_page_click.feature @@ -26,11 +26,11 @@ Scenario Outline: User clicks the create new page button with invalid data Examples: | form field | value | - | college_name | | - | college_initials | nove letras | - | college_city | | - | college_state | | - | college_state | São Paulo | - | college_country | | - | college_font_color | | - | college_background_color | | \ No newline at end of file + | college name | | + | college initials | nove letras | + | college city | | + | college state | | + | college state | São Paulo | + | college country | | + | college font color | | + | college background color | | \ No newline at end of file