Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dummy PR for gen3-qa to test jenkins gitops change #1049

Closed
wants to merge 8 commits into from
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!groovy

@Library('cdis-jenkins-lib@master') _
@Library('cdis-jenkins-lib@test/jenkins_guppy_change') _

testPipeline {
// tell the pipeline to not checkout `gen3-qa:master`
Expand Down
1 change: 1 addition & 0 deletions services/portal/login/loginTasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ module.exports = {
*/
logout() {
portal.clickProp(loginProps.logoutButton);
console.log('logged out');
},

logoutThroughDropdown() {
Expand Down
Loading