From 85378d8a4b87c8dde03c6466896f267406999a26 Mon Sep 17 00:00:00 2001 From: Prarup Gurung Date: Wed, 7 Jun 2023 14:46:04 +0545 Subject: [PATCH] Refactored steps order --- tests/e2e/cucumber/features/smoke/spaces/project.ocis.feature | 2 +- .../e2e/cucumber/features/smoke/spaces/publicLink.ocis.feature | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/e2e/cucumber/features/smoke/spaces/project.ocis.feature b/tests/e2e/cucumber/features/smoke/spaces/project.ocis.feature index deaca9501e7..ece83878388 100644 --- a/tests/e2e/cucumber/features/smoke/spaces/project.ocis.feature +++ b/tests/e2e/cucumber/features/smoke/spaces/project.ocis.feature @@ -135,10 +135,10 @@ Feature: spaces.personal | Alice | | Brian | | Carol | - And "Alice" logs in And "Admin" assigns following roles to the users using API | id | role | | Alice | Space Admin | + And "Alice" logs in And "Alice" creates the following project space using API | name | id | | team | team.1 | diff --git a/tests/e2e/cucumber/features/smoke/spaces/publicLink.ocis.feature b/tests/e2e/cucumber/features/smoke/spaces/publicLink.ocis.feature index bbf22749cc6..ef9f4cfbdbf 100644 --- a/tests/e2e/cucumber/features/smoke/spaces/publicLink.ocis.feature +++ b/tests/e2e/cucumber/features/smoke/spaces/publicLink.ocis.feature @@ -7,10 +7,10 @@ Feature: spaces public link | Brian | | Carol | | David | - When "Alice" logs in And "Admin" assigns following roles to the users using API | id | role | | Alice | Space Admin | + When "Alice" logs in And "Alice" creates the following project space using API | name | id | | team | team.1 |