remove playstyle section from test
All checks were successful
CI / backend-tests (push) Successful in 28s
CI / frontend-tests (push) Successful in 27s

This commit is contained in:
Julian Tabel
2026-03-20 15:13:25 +01:00
parent 1cd1389408
commit 869d28ab84

View File

@@ -18,7 +18,6 @@ describe('RulesConfiguration', () => {
it('renders all rule section headings', () => { it('renders all rule section headings', () => {
setup() setup()
expect(screen.getByText('Core Rules')).toBeInTheDocument() expect(screen.getByText('Core Rules')).toBeInTheDocument()
expect(screen.getByText('Playstyle')).toBeInTheDocument()
expect(screen.getByText('Run Variant')).toBeInTheDocument() expect(screen.getByText('Run Variant')).toBeInTheDocument()
expect(screen.getByText('Type Restriction')).toBeInTheDocument() expect(screen.getByText('Type Restriction')).toBeInTheDocument()
}) })