Skip to content

Commit

Permalink
3rd attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-qg committed Apr 7, 2024
1 parent 74d5b39 commit 1249a0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
deploy:
name: Deploy over SSH
runs-on: ubuntu-latest
needs: [docker-push-userservice,docker-push-authservice,docker-push-gatewayservice,docker-push-webapp, docker-push-questiongeneratorservice, docker-push-storequestionservice]
needs: [docker-push-userservice,docker-push-authservice,docker-push-gatewayservice,docker-push-webapp, docker-push-questiongeneratorservice, docker-push-storequestionservice, docker-push-userstatsservice]
steps:
- name: Deploy over SSH
uses: fifsky/ssh-action@master
Expand Down
2 changes: 1 addition & 1 deletion webapp/e2e/steps/register-form.steps.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ defineFeature(feature, test => {
when('I fill the data in the form and press submit', async () => {
await expect(page).toFill('input[name="username"]', username);
await expect(page).toFill('input[name="password"]', password);
await expect(page).toClick('p', { text: 'Add User' })
await expect(page).toClick('button', { text: 'Add User' })
});

then('A confirmation message should be shown in the screen', async () => {
Expand Down

0 comments on commit 1249a0d

Please sign in to comment.