Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove change detector test
  • Loading branch information
christian-byrne committed Dec 10, 2025
commit e3d8c9cf8a43c56af9d00b885871027de929d5b1
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,6 @@ describe('CreditTopUpOption', () => {
expect(wrapper.text()).toContain('~500 videos*')
})

it('applies selected styling when selected', () => {
const wrapper = mountOption({ selected: true })
expect(wrapper.find('div').classes()).toContain('bg-secondary-background')
expect(wrapper.find('div').classes()).toContain('border-border-default')
})

it('applies unselected styling when not selected', () => {
const wrapper = mountOption({ selected: false })
expect(wrapper.find('div').classes()).toContain(
Expand Down