Index: tst_pre_treatment_consumables/test.py =================================================================== diff -u -rb30019a57e3711d3e3eb859fcf160cb4d9f6905d -rdb5cd6a63b9c9dbbcb31093af17e742570e356d3 --- tst_pre_treatment_consumables/test.py (.../test.py) (revision b30019a57e3711d3e3eb859fcf160cb4d9f6905d) +++ tst_pre_treatment_consumables/test.py (.../test.py) (revision db5cd6a63b9c9dbbcb31093af17e742570e356d3) @@ -1,4 +1,23 @@ -# -*- coding: utf-8 -*-" +# -*- coding: utf-8 -*- +## +# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# copyright +# THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, +# IN PART OR IN WHOLE, +# WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. +# +# file tst_pre_treatment_consumables +# date 2022/03/14 +# author Bhavana Savanth +# author Shwetha Policepatil +# author Sai Chaitanya Ela +# +# NOTE: +# This test provides verification of consumables screens in the pretreatment steps. +# On the first screen, it verifies the page step indicators, instruction navigation on either sides, +# visibility of left & right arrows during navigation, states of the bullets on instruction screens, disabling and enabling of continue button. +# On the second screen, it verifies the busy and check indicators as well as the text present. +# import names from dialin.ui import utils