fix: templating forgot about the TC names
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2020-06-20 16:30:55 +02:00
parent 7ac41531bb
commit 5aacf1ecf2
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D
2 changed files with 2 additions and 2 deletions

View File

@ -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}

View File

@ -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}