Browse Source

test(cypress): path correction

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/559/head
Pranav C 3 years ago
parent
commit
a7bd53867d
  1. 4
      cypress/integration/common/00_pre_configurations.js

4
cypress/integration/common/00_pre_configurations.js

@ -3,7 +3,7 @@
//
import { loginPage, projectsPage } from "../../support/page_objects/navigation"
import { mainPage } from "../../support/page_objects/mainpage"
import { mainPage } from "../../support/page_objects/mainPage"
import { staticProjects, roles } from "../../support/page_objects/projectConstants"
describe(`Project pre-configurations`, () => {
@ -90,4 +90,4 @@ describe('Static users- add to other static projects', () => {
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
*/

Loading…
Cancel
Save