Files
einundzwanzig-app/tests/Browser/AuthFlowTest.php
T

10 lines
249 B
PHP

<?php
it('renders the login page with QR code and language selector', function () {
$page = visit('/login');
$page->assertSee('Login with lightning')
->assertSee('Bitcoin, not blockchain')
->assertNoJavaScriptErrors();
});