V14 QA Token access fix (#16111)
* Added fixtures * Fixed existing tests * Temporary file path for updating StorageState * Fixed indentation * Bumped version * Added a storageStatePath * Deleted unnecessary fixtures * Deleted commented out code * Bumped version of testHelpers * Updated Pipeline * Bumped version * Added fixes from review * Added another wait and goToSection
This commit is contained in:
@@ -466,7 +466,8 @@ stages:
|
||||
- pwsh: |
|
||||
"UMBRACO_USER_LOGIN=$(UMBRACO__CMS__UNATTENDED__UNATTENDEDUSEREMAIL)
|
||||
UMBRACO_USER_PASSWORD=$(UMBRACO__CMS__UNATTENDED__UNATTENDEDUSERPASSWORD)
|
||||
URL=$(ASPNETCORE_URLS)" | Out-File .env
|
||||
URL=$(ASPNETCORE_URLS)
|
||||
STORAGE_STAGE_PATH=$(Build.SourcesDirectory)/tests/Umbraco.Tests.AcceptanceTest/playwright/.auth/user.json" | Out-File .env
|
||||
displayName: Generate .env
|
||||
workingDirectory: $(Build.SourcesDirectory)/tests/Umbraco.Tests.AcceptanceTest
|
||||
|
||||
|
||||
Reference in New Issue
Block a user