From 191de5fe26de549449016fe9a919ff0d3eb1dca1 Mon Sep 17 00:00:00 2001 From: Jun Pataleta Date: Mon, 5 Oct 2020 19:04:16 +0800 Subject: [PATCH] MDL-69392 block_myoverview: Basic contrast check for the dashboard --- .../tests/behat/block_myoverview_dashboard.feature | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/blocks/myoverview/tests/behat/block_myoverview_dashboard.feature b/blocks/myoverview/tests/behat/block_myoverview_dashboard.feature index 10a32fd5dbd..b1dcc7bd0b2 100644 --- a/blocks/myoverview/tests/behat/block_myoverview_dashboard.feature +++ b/blocks/myoverview/tests/behat/block_myoverview_dashboard.feature @@ -312,3 +312,8 @@ Feature: The my overview block allows users to easily access their courses And I click on "Display drop-down menu" "button" in the "Course overview" "block" When I click on "Summary" "link" in the "Course overview" "block" Then I should not see "Category 1" in the "Course overview" "block" + + @accessibility + Scenario: The dashboard page must have sufficient colour contrast + When I log in as "student1" + Then the page should meet "wcag143" accessibility standards -- 2.43.0