remove playstyle section from test
This commit is contained in:
@@ -18,7 +18,6 @@ describe('RulesConfiguration', () => {
|
||||
it('renders all rule section headings', () => {
|
||||
setup()
|
||||
expect(screen.getByText('Core Rules')).toBeInTheDocument()
|
||||
expect(screen.getByText('Playstyle')).toBeInTheDocument()
|
||||
expect(screen.getByText('Run Variant')).toBeInTheDocument()
|
||||
expect(screen.getByText('Type Restriction')).toBeInTheDocument()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user