Skip to content

Commit

Permalink
Run only e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
SagarGi committed May 31, 2023
1 parent 4403579 commit a749fb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ def stagePipelines(ctx):
unit_test_pipelines = unitTests(ctx)
e2e_pipelines = e2eTests(ctx)
acceptance_pipelines = acceptance(ctx)
return unit_test_pipelines + pipelinesDependsOn(e2e_pipelines + acceptance_pipelines, unit_test_pipelines)
return e2e_pipelines

def afterPipelines(ctx):
return build(ctx) + pipelinesDependsOn(notify(), build(ctx))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,14 +137,14 @@ Feature: spaces management
| id | role |
| Brian | Space Admin |
| Carol | Space Admin |
When "Alice" logs in
And "Brian" creates the following project spaces using API
| name | id |
| team A | team.a |
And "Carol" creates the following project spaces using API
| name | id |
| team B | team.b |
When "Alice" logs in
And "Alice" opens the "admin-settings" app
When "Alice" opens the "admin-settings" app
And "Alice" navigates to the project spaces management page
When "Alice" updates the space "team.a" name to "brian team" using the context-menu
And "Alice" updates the space "team.b" name to "carol team" using the context-menu
Expand Down

0 comments on commit a749fb6

Please sign in to comment.