Skip to content

Commit

Permalink
feat: rename e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
flaminic committed Oct 31, 2024
1 parent 5450adc commit 2a04671
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { options } from './common/options.js'
import { statefulDecorator } from './common/stateful-decorator.js'

export default {
title: 'SimpleTransfer add & remove highlighted options',
title: 'Simple Transfer add & remove highlighted options',
decorators: [statefulDecorator()],
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { options } from './common/options.js'
import { statefulDecorator } from './common/stateful-decorator.js'

export default {
title: 'SimpleTransfer Disabled SimpleTransfer Buttons',
title: 'Simple Transfer Disabled SimpleTransfer Buttons',
decorators: [statefulDecorator()],
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { options } from './common/options.js'
import { statefulDecorator } from './common/stateful-decorator.js'

export default {
title: 'Disabled Source Options',
title: 'Simple Transfer Disabled Source Options',
decorators: [statefulDecorator()],
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { SimpleTransfer } from '../simple-transfer.js'
import { options } from './common/options.js'
import { statefulDecorator } from './common/stateful-decorator.js'

export default { title: 'SimpleTransfer Display Order' }
export default { title: 'Simple Transfer Display Order' }

window.options = options

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { options } from './common/options.js'
import { statefulDecorator } from './common/stateful-decorator.js'

export default {
title: 'SimpleTransfer filtering',
title: 'Simple Transfer filtering',
decorators: [statefulDecorator()],
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { options } from './common/options.js'
import { statefulDecorator } from './common/stateful-decorator.js'

export default {
title: 'SimpleTransfer highlight range of options',
title: 'Simple Transfer highlight range of options',
decorators: [statefulDecorator()],
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react'
import { SimpleTransfer } from '../simple-transfer.js'
import { options } from './common/options.js'

export default { title: 'SimpleTransfer Loading Lists' }
export default { title: 'Simple Transfer Loading Lists' }

export const LoadingSource = () => (
<SimpleTransfer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { options } from './common/options.js'
import { statefulDecorator } from './common/stateful-decorator.js'

export default {
title: 'SimpleTransfer End Of List',
title: 'Simple Transfer End Of List',
decorators: [statefulDecorator()],
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { SimpleTransfer } from '../simple-transfer.js'
import { options } from './common/options.js'
import { statefulDecorator } from './common/stateful-decorator.js'

export default { title: 'SimpleTransfer Reorder Buttons' }
export default { title: 'Simple Transfer Reorder Buttons' }

export const HasSomeSelected = (_, { selected, onChange }) => (
<SimpleTransfer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { options } from './common/options.js'
import { statefulDecorator } from './common/stateful-decorator.js'

export default {
title: 'SimpleTransfer set & unset higlighted options',
title: 'Simple Transfer set & unset higlighted options',
decorators: [statefulDecorator()],
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { options } from './common/options.js'
import { statefulDecorator } from './common/stateful-decorator.js'

export default {
title: 'SimpleTransfer Transferring Items',
title: 'Simple Transfer Transferring Items',
decorators: [statefulDecorator()],
}

Expand Down

0 comments on commit 2a04671

Please sign in to comment.