Skip to content

Commit

Permalink
TAB-435 improve "toasts": make them look like "suggestions"
Browse files Browse the repository at this point in the history
  • Loading branch information
evandor committed Nov 7, 2023
1 parent de25c47 commit 53868da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/vitest/__tests__/domain/tabsets/CreateTabset.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ installQuasarPlugin();

vi.mock('vue-router')

describe('AddTabToTabsetCommand', () => {
describe('CreateTabsetCommand', () => {

let db = null as unknown as PersistenceService

Expand All @@ -39,7 +39,7 @@ describe('AddTabToTabsetCommand', () => {
expect(executionResult.result.replaced).toBe(false)
expect(executionResult.result.tabset.name).toBe("tabsetName")
expect(executionResult.result.merged).toBe(true)
expect(executionResult.message).toBe("Tabset 'tabsetName' created successfully")
expect(executionResult.message).toBe("Tabset created")

const db = useDB(undefined).db
await db.loadTabsets()
Expand Down

0 comments on commit 53868da

Please sign in to comment.