A new default configuration introduced to systemd around this time no longer allocates a graphical VT at a fixed tty7. Instead, tty1 is allocated to the display manager (gdm in Ubuntu Desktop), and new graphical consoles are allocated on other VTs when a user logins.
Right after boot when the graphical login screen shows up, the status of VTs may look like this:
tty1: gdm
tty2: (unallocated)
tty3: (unallocated)
tty4: (unallocated)
tty5: (unallocated)
tty6: (unallocated)
Once you log in, the new session would not appear at tty1 but at tty2:
tty1: gdm
tty2: gnome-shell
tty3: (unallocated)
tty4: (unallocated)
tty5: (unallocated)
tty6: (unallocated)
You can still pull up text mode sessions by switching to an unallocated VT in the tty1-tty6 range, which would automatically start agetty (and in turn text mode login) on that VT. The shortcut is CtrlAltFx from gdm, or simply AltFx from a text console, where x is a number key from 1 to 6.
If you have ever started a text session on tty2 before logging in from gdm, however, the graphical session will start on tty3, since tty2 is already used for text console.
tty1: gdm
tty2: text console
tty3: gnome-shell
tty4: (unallocated)
tty5: (unallocated)
tty6: (unallocated)