Skip to content

Commit

Permalink
Get to the bottom of the e2e admin portal failure (#3168)
Browse files Browse the repository at this point in the history
* save screenshots more consistently, update to be more BDD

* save the html too

* fix?

* I think there's a race condition here -- use eventually to work around it

* Update admin_portal.go
  • Loading branch information
hawkowl authored Sep 19, 2023
1 parent 118f1a8 commit b21cc04
Show file tree
Hide file tree
Showing 3 changed files with 125 additions and 237 deletions.
4 changes: 3 additions & 1 deletion .pipelines/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,9 @@ jobs:
- task: CopyFiles@2
condition: succeededOrFailed()
inputs:
contents: $(Build.SourcesDirectory)/*.png
contents: |
$(Build.SourcesDirectory)/*.png
$(Build.SourcesDirectory)/*.html
targetFolder: $(Build.ArtifactStagingDirectory)

- task: PublishBuildArtifacts@1
Expand Down
Loading

0 comments on commit b21cc04

Please sign in to comment.