Skip to content

Commit

Permalink
refactor: updated tests for new tab in right panel
Browse files Browse the repository at this point in the history
  • Loading branch information
claustres committed Aug 14, 2024
1 parent e945494 commit d0cfd1d
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions test/3D.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import { core, map } from '@kalisio/kdk/test.client.js'

const suite = '3D'

const catalogLayersTab = 'catalog-layers-tab'
const userLayersTab = 'user-layers-tab'
const catalogLayersTab = 'catalog-layers'
const userLayersTab = 'user-layers'

describe(`suite:${suite}`, () => {
let runner, page
Expand Down
2 changes: 1 addition & 1 deletion test/catalog-layers.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { core, map } from '@kalisio/kdk/test.client.js'

const suite = 'catalog-layers'

const catalogLayersTab = 'catalog-layers-tab'
const catalogLayersTab = 'catalog-layers'

describe(`suite:${suite}`, () => {
let runner, page
Expand Down
2 changes: 1 addition & 1 deletion test/data-editor.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { core, map } from '@kalisio/kdk/test.client.js'

const suite = 'data-editor'

const userLayersTab = 'user-layers-tab'
const userLayersTab = 'user-layers'

describe(`suite:${suite}`, () => {
let runner, page
Expand Down
2 changes: 1 addition & 1 deletion test/form-fields.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { core, map } from '@kalisio/kdk/test.client.js'

const suite = 'form-fields'

const userLayersTab = 'user-layers-tab'
const userLayersTab = 'user-layers'

describe(`suite:${suite}`, () => {
let runner, page
Expand Down
12 changes: 6 additions & 6 deletions test/projects.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ import { core, map } from '@kalisio/kdk/test.client.js'

const suite = 'projects'

const catalogLayersTab = 'catalog-layers-tab'
const userLayersTab = 'user-layers-tab'
const userViewsTab = 'user-views-tab'
const userProjectsTab = 'user-projects-tab'
const projectLayersTab = 'project-layers-tab'
const projectViewsTab = 'project-views-tab'
const catalogLayersTab = 'catalog-layers'
const userLayersTab = 'user-layers'
const userViewsTab = 'user-views'
const userProjectsTab = 'user-projects'
const projectLayersTab = 'project-layers'
const projectViewsTab = 'project-views'

describe(`suite:${suite}`, () => {
let runner, page
Expand Down
2 changes: 1 addition & 1 deletion test/style-editor.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { core, map } from '@kalisio/kdk/test.client.js'

const suite = 'style-editor'

const userLayersTab = 'user-layers-tab'
const userLayersTab = 'user-layers'

describe(`suite:${suite}`, () => {
let runner, page
Expand Down
2 changes: 1 addition & 1 deletion test/user-layers.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { core, map } from '@kalisio/kdk/test.client.js'

const suite = 'user-layers'

const userLayersTab = 'user-layers-tab'
const userLayersTab = 'user-layers'

describe(`suite:${suite}`, () => {
let runner, page
Expand Down
4 changes: 2 additions & 2 deletions test/user-views.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import { core, map } from '@kalisio/kdk/test.client.js'

const suite = 'user-views'

const userViewsTab = 'user-views-tab'
const catalogLayersTab = 'catalog-layers-tab'
const userViewsTab = 'user-views'
const catalogLayersTab = 'catalog-layers'

describe(`suite:${suite}`, () => {
let runner, page
Expand Down
2 changes: 1 addition & 1 deletion test/widgets.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import chailint from 'chai-lint'
import { core, map } from '@kalisio/kdk/test.client.js'

const suite = 'widgets'
const catalogLayersTab = 'catalog-layers-tab'
const catalogLayersTab = 'catalog-layers'
// We set a pre-defined time to be able to compare images
const now = moment('2023-06-01T09:00:00Z')

Expand Down

0 comments on commit d0cfd1d

Please sign in to comment.