mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-04 11:19:39 -06:00
Remove dead code
This commit is contained in:
@@ -1,12 +1,8 @@
|
||||
const assert = require('assert')
|
||||
const path = require('path')
|
||||
const fs = require('fs-extra')
|
||||
const { client } = require('nightwatch-api')
|
||||
const { Given, When, Then } = require('@cucumber/cucumber')
|
||||
const languageHelper = require('../helpers/language')
|
||||
|
||||
const initialLanguageAssignments = []
|
||||
|
||||
Given('the user browses to the settings page', function () {
|
||||
return client.page.settingsPage().navigateAndWaitTillLoaded()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user