Project

General

Profile

Actions

action #42932

closed

coordination #40484: [qe-core][functional][epic] Move different checks to separate test suites not to affect other functional tests

[functional][y] Move keyboard_selection to welcome module

Added by oorlov over 5 years ago. Updated almost 3 years ago.

Status:
Resolved
Priority:
Low
Assignee:
Category:
Enhancement to existing tests
Target version:
SUSE QA - Milestone 23
Start date:
2018-10-24
Due date:
% Done:

0%

Estimated time:
1.00 h
Difficulty:

Description

Motivation

Currently, a test for switching keyboard layout is executed as a separate module, though it runs on Welcome screen. This forces welcome and keyboard_selection modules to be dependent on each other.

e.g. welcome module is forced to decide if press 'Next' button, depending on whether keyboard_selection module exist in Test Suite or not

send_key $cmd{next} unless get_var('INSTALL_KEYBOARD_LAYOUT');

Move the switch_keyboard_layout test to welcome module to have all the tests related to that page in one place.

Suggesitons

  1. sub switch_keyboard_layout added to welcome module;

Acceptance Criteria

  1. keyboard_selection module does not exist;
  2. send_key $cmd{next} is called without dependence on 'INSTALL_KEYBOARD_LAYOUT' variable.
Actions

Also available in: Atom PDF