Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
1 change: 0 additions & 1 deletion final/client/src/components/launch-tile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ const LaunchTile: React.FC<LaunchTileProps> = ({ launch }) => {
const { id, mission, rocket } = launch;
return (
<StyledLink
id={`tile${id}`}
to={`/launch/${id}`}
style={{
backgroundImage: getBackgroundImage(id),
Expand Down
2 changes: 1 addition & 1 deletion final/node_testing/profile_tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ async function userVerificationTest() {
}

async function selectFirstTile() {
await driver.wait(until.elementLocated(By.id('tile109')), 5000).click();
await driver.wait(until.elementLocated(By.id('109')), 5000).click();
}

async function clickActionButton() {
Expand Down