UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 1c455e04 authored by Matt Vasquez's avatar Matt Vasquez Committed by Colin McGuigan
Browse files

Cypress fix

parent 012db105
No related branches found
No related tags found
1 merge request!135Cypress fix
......@@ -2,6 +2,10 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.63.0-bb.1] - 2024-04-08
### Changed
- Fixed redirect issue with Cypress test
## [0.63.0-bb.0] - 2024-04-03
### Changed
- Updated images to v16.10.0
......
# gitlab-runner
![Version: 0.63.0-bb.0](https://img.shields.io/badge/Version-0.63.0--bb.0-informational?style=flat-square) ![AppVersion: v16.10.0](https://img.shields.io/badge/AppVersion-v16.10.0-informational?style=flat-square)
![Version: 0.63.0-bb.1](https://img.shields.io/badge/Version-0.63.0--bb.1-informational?style=flat-square) ![AppVersion: v16.10.0](https://img.shields.io/badge/AppVersion-v16.10.0-informational?style=flat-square)
GitLab Runner
......
apiVersion: v2
name: gitlab-runner
version: 0.63.0-bb.0
version: 0.63.0-bb.1
appVersion: v16.10.0
description: GitLab Runner
keywords:
......
......@@ -29,6 +29,7 @@ describe('Gitlab Runner: Run Pipeline', () => {
cy.get('button[id="commit-changes"]').click()
})
// Go to pipelines page
cy.url().should('eq', `${Cypress.env('url')}/root/${Cypress.env('gitlab_project')}/-/blob/main/.gitlab-ci.yml`)
cy.visit(`${Cypress.env('url')}/root/${Cypress.env('gitlab_project')}/-/pipelines`)
// Wait for pipeline to finish
cy.get('span[data-testid=ci-icon-text]',{timeout: 120000}).should('contain','Passed')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment