fix: templating forgot about the TC names
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
7ac41531bb
commit
5aacf1ecf2
@ -37,7 +37,7 @@ Dashboard page address
|
||||
Location Should Be https://git.dotya.ml/
|
||||
|
||||
*** Test Cases ***
|
||||
attempt login without username (mobile)
|
||||
log in to an account using username (mobile)
|
||||
# based on Pixel 2 XL mobile browser declared resolution
|
||||
${devicemetrics}= Create Dictionary width=${411} height=${823} pixelRatio=${2.0} userAgent=Mozilla/5.0 (Linux; Mobile; Android 10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Mobile Safari/537.36
|
||||
${mobileemulation}= Create Dictionary deviceMetrics=${devicemetrics}
|
||||
|
@ -37,7 +37,7 @@ Dashboard page address
|
||||
Location Should Be https://git.dotya.ml/
|
||||
|
||||
*** Test Cases ***
|
||||
attempt login without username (mobile)
|
||||
log in to an account using email (mobile)
|
||||
# based on Pixel 2 XL mobile browser declared resolution
|
||||
${devicemetrics}= Create Dictionary width=${411} height=${823} pixelRatio=${2.0} userAgent=Mozilla/5.0 (Linux; Mobile; Android 10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Mobile Safari/537.36
|
||||
${mobileemulation}= Create Dictionary deviceMetrics=${devicemetrics}
|
||||
|
Reference in New Issue
Block a user